mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
# htop
|
|
#
|
|
# Display dynamic real-time information about running processes. An enhanced 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
|