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.

21 lines
385 B
Plaintext

7 years ago
# htop
# Dynamic, real-time information about running processes
7 years ago
# Start htop.
htop
7 years ago
# Start htop displaying only processes owned by given user.
htop -u user_name
7 years ago
# Refresh every 10 seconds.
7 years ago
htop -d 10
# While htop(1) is running, get help about interactive commands.
?
7 years ago
# While htop(1) is running, invert the sort order.
I
7 years ago
# While htop(1) is running, trace a process with strace.
s