ps: add example for displaying threads (#22659)

Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Mateo
2026-06-20 10:29:50 +03:30
committed by GitHub
parent c4fef3e1ef
commit 0905b9c7f1
+5 -1
View File
@@ -29,4 +29,8 @@
- Sort processes by memory consumption:
`ps --sort size`
`ps {{[k|--sort]}} size`
- Display threads for a specific process:
`ps -L {{[-p|--pid]}} {{process_id}}`