From 45d7a8bb6c0e0caa4dd2a1cf1108b7ba2c0ebac4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 28 Aug 2015 02:04:33 +0200 Subject: cgtop: major modernizations In preparation of the unified cgroup support, let's clean up cgtop: a) rework time code to be based on "nsec_t" rather than "struct timespec" b) Introduce long option --order= for selecting ordering c) count number of processes only in the main hierarchy, don't bother with the controller hierarchies. We don't allow orthogonal hierarchies in systemd anymore, hence there's no point to check the other hierarchies. d) Deal with non-monotonic cpuacct values (see #749) e) When sorting groups, don't do prefix compare when ordering by number of tasks, since this is not accumulative for all children. f) Actually make --cpu without parameter work g) Don't output control characters when we get them as input. Fixes #749. --- man/systemd-cgtop.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'man/systemd-cgtop.xml') diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index d4b041a1f9..e4bc22f278 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -1,4 +1,4 @@ - + @@ -64,10 +64,10 @@ regular intervals (by default every 1s), similar in style to top1. - If systemd-cgtop is not connected to a tty, no - column headers are printed and the default is to only run one iteration. - The --iterations argument, if given, is still honored. - This mode is suitable for scripting. + If systemd-cgtop is not connected to a + tty, no column headers are printed and the default is to only run + one iteration. The --iterations= argument, if + given, is honored. This mode is suitable for scripting. Resource usage is only accounted for control groups in the relevant hierarchy, i.e. CPU usage is only accounted for control @@ -104,6 +104,7 @@ + Order by control group path name. @@ -111,25 +112,28 @@ + - Order by number of tasks in control group - (i.e. threads and processes). + Order by number of processes in control group. + Order by CPU load. + Order by memory usage. + Order by disk I/O load. @@ -140,7 +144,7 @@ Run in "batch" mode: do not accept input and run until the iteration limit set with - is exhausted or until killed. + is exhausted or until killed. This mode could be useful for sending output from systemd-cgtop to other programs or to a file. @@ -155,6 +159,15 @@ numbers. + + + + + Controls whether the CPU usage is shown as + percentage or time. By default the CPU usage is shown as + percentage. + + -- cgit v1.2.3-54-g00ecf