https://github.com/buanzo/more-systemctl-status
Simple python3 scripts that merges systemctl status and pstree status providing full child process output for systemctl status.
https://github.com/buanzo/more-systemctl-status
Last synced: 3 months ago
JSON representation
Simple python3 scripts that merges systemctl status and pstree status providing full child process output for systemctl status.
- Host: GitHub
- URL: https://github.com/buanzo/more-systemctl-status
- Owner: buanzo
- License: apache-2.0
- Created: 2020-08-05T14:40:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:09:41.000Z (about 5 years ago)
- Last Synced: 2025-05-30T17:06:31.081Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# More-Systemctl-Status
This simple script takes the output of "systemctl status", and when it gets
a PID it runs pstree and get's its children. Finally, it merges both
outputs into one concise, pstree-like output based on systemd-initiated
processes.# Installation
The typical:
pip3 install more-systemctl-status
# Running
Even easier:
~ # more-systemctl-status