Crates.io | proctree |
lib.rs | proctree |
version | 0.1.2 |
source | src |
created_at | 2023-05-17 09:09:31.643632 |
updated_at | 2023-05-20 09:07:19.979631 |
description | Show running processes in a tree structure |
homepage | https://github.com/ynuwenhof/proctree |
repository | https://github.com/ynuwenhof/proctree |
max_upload_size | |
id | 866796 |
size | 30,360 |
Show running processes in a tree structure.
> proctree
├──1 systemd
│ ├──1028 upowerd
│ ├──1040 rtkit-daemon
│ ├──1095 ModemManagere
│ ├──840 NetworkManager
│ ├──527 systemd-oomd
│ ├──885 cupsd
│ └──876 gdm
│ └──1275 gdm-session-wor
│ └──1312 gdm-wayland-ses
│ └──1315 .gnome-session-
└──2 kthreadd
├──2982 kworker/3:3-events
├──27 kworker/2:0H-events_highpri
├──12 rcu_tasks_rude_
├──22 kworker/1:0H-kblockd
├──33 kdevtmpfs
├──34 inet_frag_wq
└──61 blkcg_punt_bio
Make sure the current stable release of Rust is installed.
cargo install proctree
git clone https://github.com/ynuwenhof/proctree.git
cd proctree
cargo install --path .
After installing, you can run the application with:
proctree --unsorted
this will print the process tree into the terminal.
Proctree can be configured via environment variables or command line arguments.
Missing keys will fallback to their default value.
Key | Description | Default |
---|---|---|
PROCTREE_UNSORTED |
Print the process tree without sorting by pid | false |
This project is licensed under either of the following licenses, at your option: