mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
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:
+5
-1
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user