6 ms·
My personal systemctl clunk pet-peeve is "get list of all currently (active/running) (units/services)". Something like a "systemctl ps". Consider this a featur
by 3np 1y ago
My personal systemctl clunk pet-peeve is "get list of all currently (active/running) (units/services)". Something like a "systemctl ps".
Consider this a feature request, I guess :)
- SilverRainZ 1y agoGood idea! I also have this need, but I don't know what to name it. "ps" is a good idea.
- zikduruqe 1y agoUntil then, https://github.com/rgwood/systemctl-tui https://github.com/rgwood/systemctl-tui
- sudahtigabulan 1y agoDo you mean that it should be invoked exactly as "systemctl ps", for convenience? I think the functionality is already there: systemctl --type=service --state=running
- zokier 1y agoSomething like systemd-cgtop, systemd-cgls, `systemctl status`, or `systemctl list-units`?
- 63stack 1y agoI've never heard of systemd-{cgtop,cgls}, they are pretty amazing, thanks!
- SilverRainZ 1y agosystemd-cgtop looks awesome! Thanks for you information :D