summaryrefslogtreecommitdiff
path: root/src/cgtop
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek1-4/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-04-25cgtop: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek1-10/+10
2017-03-07cgtop: use PRIu64 to print uint64_t (#5544)Thomas H. P. Andersen1-1/+1
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering1-9/+13
2017-02-18core: simplify cg_[all_]unified()Tejun Heo1-7/+6
2017-02-01cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek1-61/+6
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo1-5/+5
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo1-12/+38
2016-06-06cgtop: minimize aux variable scopeLennart Poettering1-1/+3
2016-06-06cgtop: fix ret pointer usage (#3443)Alessandro Puccetti1-2/+4
2016-06-05cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti1-2/+16
2016-05-30pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering1-1/+1
2016-05-05core: add io controller support on the unified hierarchyTejun Heo1-16/+34
2016-04-28cgtop: initialize `ours' to NULL properly (#3139)Naohiro Aota1-1/+1
2016-02-13tree-wide: make more global variables staticLennart Poettering1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-2/+3
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
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