3 examples for htop

{{ score }}
  # To launch (you can interact with it using shortcuts)
htop

# Change the Output Refresh Interval
htop -d 10
        
{{ score }}
  # Run 'htop'in monochrome.
htop -C
        
{{ score }}
  Example for 'htop'
htop --user=USERNAME
# Opens an htop that displays processes for a specfic user.