Skip to content

Commit

Permalink
Add example process tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ynuwenhof committed May 17, 2023
1 parent f4cf86b commit 5219776
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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
```

## Installation

### Cargo
Expand Down

0 comments on commit 5219776

Please sign in to comment.