Tweak htop & make clearer

pull/118/head
terminalforlife 4 years ago
parent 63b50cd14b
commit 4067afd054

@ -1,21 +1,20 @@
# htop # htop
# # Dynamic, real-time information about running processes
# Display dynamic real-time information about running processes. An enhanced version of top.
# Start htop: # Start htop.
htop htop
# Start htop displaying only processes owned by given user: # Start htop displaying only processes owned by given user.
htop -u user_name htop -u user_name
# Refresh every 10 seconds # Refresh every 10 seconds.
htop -d 10 htop -d 10
# Get help about interactive commands: # While htop(1) is running, get help about interactive commands.
? ?
# Inverts the sort order # While htop(1) is running, invert the sort order.
I I
# Trace a process (with strace) # While htop(1) is running, trace a process with strace.
s s

Loading…
Cancel
Save