You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
356 B
Plaintext

7 years ago
# htop
#
6 years ago
# Display dynamic real-time information about running processes. An enhanced version of top.
7 years ago
# 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