1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-20 14:03:39 +03:00
Lennart Poettering 45d7a8bb6c 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.
2015-08-28 02:27:29 +02:00
..
2015-07-25 23:15:51 +02:00
2015-07-25 23:15:51 +02:00
2015-08-26 11:00:09 +02:00
2015-08-26 11:00:09 +02:00
2015-08-26 11:00:09 +02:00
2015-07-25 23:15:51 +02:00
2015-07-25 23:15:51 +02:00
2015-08-28 02:27:29 +02:00
2015-07-25 23:15:51 +02:00
2015-07-25 23:15:51 +02:00
2015-07-25 23:15:51 +02:00
2015-07-25 23:15:51 +02:00
2015-06-30 19:57:40 +02:00