summaryrefslogtreecommitdiff
path: root/src/cgtop
AgeCommit message (Expand)AuthorFilesLines
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-17/+15
2015-09-22cgtop: make sure help text doesn't cause main contents to moveLennart Poettering1-1/+1
2015-09-22cgtop: underline table headerLennart Poettering1-19/+25
2015-09-21cgtop: add -M/--machineEvgeny Vereshchagin1-2/+55
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack1-18/+89
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering1-18/+89
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering1-1/+1
2015-09-01core: unified cgroup hierarchy supportLennart Poettering1-3/+6
2015-09-01cgtop: properly show "/" instead of empty string in cgroup listLennart Poettering1-3/+5
2015-08-31cgtop: rework error handlingLennart Poettering1-14/+7
2015-08-31cgtop: allow toggling of --recursive= and -k at runtimeLennart Poettering1-2/+16
2015-08-31cgtop: recursively count cgroup member tasksLennart Poettering1-25/+71
2015-08-31cgtop: ignore kernel threads when counting tasksLennart Poettering1-2/+14
2015-08-31cgtop: show resource usage relative to cgroup root onlyLennart Poettering1-6/+13
2015-08-28cgtop: major modernizationsLennart Poettering1-134/+159
2015-07-17cgtop: include missing signal.h for sigwinchUmut Tezduyar Lindskog1-0/+1
2015-06-10cgtop: IO readings are valid if any data is available, even if unchanged sinc...Charles Duffy1-2/+1
2015-06-09cgtop: more sensible flushing behavior w/ non-TTY outputCharles Duffy1-2/+8
2015-06-09cgtop: allow user to force looping behavior even in non-TTY modeCharles Duffy1-3/+3
2015-06-09cgtop: raw output option (disable conversion to human-readable units)Charles Duffy1-13/+21
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-03-11cgtop: fix assert when not on ttyUmut Tezduyar Lindskog1-1/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-10-23install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt1-1/+3
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-2/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-02-19make gcc shut upLennart Poettering1-1/+1
2013-12-25build-sys: minor fixes found with cppcheckLennart Poettering1-1/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-10/+7
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek1-1/+1
2013-09-04cgtop: fixup the online helpBrandon Philips1-2/+2
2013-06-06cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacementLennart Poettering1-1/+1
2013-04-08cgtop: print absolute CPU times with format_timespanLennart Poettering1-14/+14
2013-04-04util: make time formatting a bit smarterLennart Poettering1-2/+2
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering1-1/+1
2013-04-02cgtop: add % as key to toggle time/percentageZbigniew Jędrzejewski-Szmek1-1/+6
2013-04-02cgtop: optionally show CPU usage as time and become stdout sensitiveUmut Tezduyar1-37/+92
2013-03-29cgtop --help: default depth is 3 not 2Maksim Melnikau1-2/+2
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2012-10-19util: unify line caching and column cachingLennart Poettering1-4/+4
2012-10-19util: simplify column caching logicLennart Poettering1-1/+3
2012-09-21cgtop: missing '-'Václav Pavlín1-1/+1
2012-08-06continue work with error messages, log_oom()Shawn Landden1-1/+6
2012-07-26cgtop: add --version optionZbigniew Jędrzejewski-Szmek1-7/+19
2012-07-26cgtop: use full terminal widthZbigniew Jędrzejewski-Szmek1-10/+20
2012-07-26Add a 'b' option to cgtop, equivalent to the same option in topDavid Strauss1-7/+22
2012-07-26Add an 'n' option to cgtop (equivalent to top)David Strauss1-5/+20
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-2/+1