2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/htop
2017-06-14 13:15:37 +00:00

22 lines
357 B
Plaintext

# htop
#
# Display dynamic real-time information about running processes. An enchanced version of top.
# Start htop:
htop
# Start htop displaying only processes owned by given user:
htop -u user_name
# Refresh every 10 seconds
htop -d 10
# Get help about interactive commands:
?
# Inverts the sort order
I
# Trace a process (with strace)
s