Hi, Is there a way to do the following in systemd? Run a program from the command line in a new cgroup container. After running output all the statistics accounted by cgroups, like CPU time, IO bytes, max memory usage etc. Essentially like time(1), just using cgroups: systemd-time. time does a lot of what I need, but not everything. Thanks, -Andi