2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/htop

22 lines
356 B
Plaintext
Raw Normal View History

2017-06-14 13:15:37 +00:00
# htop
#
2018-07-17 09:42:16 +00:00
# Display dynamic real-time information about running processes. An enhanced version of top.
2017-06-14 13:15:37 +00:00
# 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