summaryrefslogtreecommitdiff
path: root/src/cgtop
AgeCommit message (Expand)AuthorFilesLines
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-05-21cgtop,test: use consistent capitalization for CGroupZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering1-0/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-04-02tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-4/+3
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+1
2019-02-21cgtop: Fix processing of controllers other than CPUSzabolcs Fruhwald1-65/+65
2019-01-22procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek1-1/+1
2019-01-03cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down1-1/+1
2018-12-02cgtop: use SWAP_TWO() macroYu Watanabe1-5/+1
2018-12-02cgtop: introduce group_hash_ops and use itYu Watanabe1-18/+10
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-16/+15
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-19Merge pull request #10811 from keszybz/define-main-through-macroLennart Poettering1-29/+16
2018-11-18cgtop: Still try to get CPU statistics if controller-freeChris Down1-1/+1
2018-11-17Introduce main definer and use it in cgtopZbigniew Jędrzejewski-Szmek1-29/+16
2018-11-16cgtop: use FOREACH_STRING() for fun and profitLennart Poettering1-23/+6
2018-11-16cgtop: use automatic clean-upLennart Poettering1-4/+4
2018-10-20cgtop: include error cause in log messageYu Watanabe1-5/+7
2018-10-18cgtop: fgets() excorcismLennart Poettering1-2/+6
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-23/+19
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+16
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-1/+1
2018-05-11path-util: introduce empty_to_root() and use it many placesYu Watanabe1-7/+3
2018-04-27tree-wide: use newa() rather than alloca() where we canLennart Poettering1-1/+1
2018-04-18util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-01Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering1-38/+77
2018-02-12tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering1-2/+2
2018-02-09cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering1-3/+2
2018-02-09cgtop: hook up new /proc based emulation code for root cgroup memory/cpu statsLennart Poettering1-16/+27
2018-02-09cgtop: tweak root cgroup detection a bitLennart Poettering1-1/+23
2018-02-09cgtop: command line parsing improvementsLennart Poettering1-13/+7
2018-02-09cgtop: add helper for checking if we are operating on the root cgroupLennart Poettering1-1/+5
2018-02-09cgtop: add "-1" as shortcut for "--iterations=1"Lennart Poettering1-1/+6
2018-02-09cgtop: correctly order root cgroup always to the topLennart Poettering1-3/+7
2018-01-22cgtop: make sure we can show a tasks number for the root cgroup tooLennart Poettering1-12/+20
2018-01-22cgtop: minor modernizationLennart Poettering1-1/+2
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