Kaynağa Gözat

top: add sorting option (#4135)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
mihainsto 4 yıl önce
ebeveyn
işleme
b697be87f3
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      pages/linux/top.md

+ 4 - 0
pages/linux/top.md

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