top: add sorting option (#4135)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
mihainsto
2020-06-29 22:09:16 +03:00
committed by GitHub
parent 7a9754b18f
commit b697be87f3

View File

@@ -14,6 +14,10 @@
`top -u {{username}}`
- Sort processes by a field:
`top -o {{field_name}}`
- Show the individual threads of a given process:
`top -Hp {{process_id}}`