Hacker News new | ask | show | jobs
by 3np 272 days 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 :)

3 comments

Do 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
Something like systemd-cgtop, systemd-cgls, `systemctl status`, or `systemctl list-units`?
I've never heard of systemd-{cgtop,cgls}, they are pretty amazing, thanks!
systemd-cgtop looks awesome! Thanks for you information :D
Good idea! I also have this need, but I don't know what to name it. "ps" is a good idea.