summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-17/+15
* cgtop: make sure help text doesn't cause main contents to moveLennart Poettering2015-09-221-1/+1
* cgtop: underline table headerLennart Poettering2015-09-221-19/+25
* cgtop: add -M/--machineEvgeny Vereshchagin2015-09-211-2/+55
* Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack2015-09-101-18/+89
|\
| * core: add support for the "pids" cgroup controllerLennart Poettering2015-09-101-18/+89
* | tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
|/
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-3/+6
* cgtop: properly show "/" instead of empty string in cgroup listLennart Poettering2015-09-011-3/+5
* cgtop: rework error handlingLennart Poettering2015-08-311-14/+7
* cgtop: allow toggling of --recursive= and -k at runtimeLennart Poettering2015-08-311-2/+16
* cgtop: recursively count cgroup member tasksLennart Poettering2015-08-311-25/+71
* cgtop: ignore kernel threads when counting tasksLennart Poettering2015-08-311-2/+14
* cgtop: show resource usage relative to cgroup root onlyLennart Poettering2015-08-311-6/+13
* cgtop: major modernizationsLennart Poettering2015-08-281-134/+159
* cgtop: include missing signal.h for sigwinchUmut Tezduyar Lindskog2015-07-171-0/+1
* cgtop: IO readings are valid if any data is available, even if unchanged sinc...Charles Duffy2015-06-101-2/+1
* cgtop: more sensible flushing behavior w/ non-TTY outputCharles Duffy2015-06-091-2/+8
* cgtop: allow user to force looping behavior even in non-TTY modeCharles Duffy2015-06-091-3/+3
* cgtop: raw output option (disable conversion to human-readable units)Charles Duffy2015-06-091-13/+21
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* cgtop: fix assert when not on ttyUmut Tezduyar Lindskog2015-03-111-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt2014-10-231-1/+3
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* make gcc shut upLennart Poettering2014-02-191-1/+1
* build-sys: minor fixes found with cppcheckLennart Poettering2013-12-251-1/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-10/+7
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-1/+1
* cgtop: fixup the online helpBrandon Philips2013-09-041-2/+2
* cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacementLennart Poettering2013-06-061-1/+1
* cgtop: print absolute CPU times with format_timespanLennart Poettering2013-04-081-14/+14
* util: make time formatting a bit smarterLennart Poettering2013-04-041-2/+2
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* cgtop: add % as key to toggle time/percentageZbigniew Jędrzejewski-Szmek2013-04-021-1/+6
* cgtop: optionally show CPU usage as time and become stdout sensitiveUmut Tezduyar2013-04-021-37/+92
* cgtop --help: default depth is 3 not 2Maksim Melnikau2013-03-291-2/+2
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* util: unify line caching and column cachingLennart Poettering2012-10-191-4/+4
* util: simplify column caching logicLennart Poettering2012-10-191-1/+3
* cgtop: missing '-'Václav Pavlín2012-09-211-1/+1
* continue work with error messages, log_oom()Shawn Landden2012-08-061-1/+6
* cgtop: add --version optionZbigniew Jędrzejewski-Szmek2012-07-261-7/+19
* cgtop: use full terminal widthZbigniew Jędrzejewski-Szmek2012-07-261-10/+20