Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

htop

Interactive process viewer

Syntax

htop [OPTION]...

Common Options

-dSet delay in tenths of seconds
-pShow only specified PIDs
-uShow only user processes
-sSort by column
-tShow in tree view
-FFilter processes
-CNo color mode
-hShow help

Common Examples

htop

Start interactive process monitor

htop -u root

Show only root processes

htop -p 1234,5678

Monitor specific PIDs

htop -s PERCENT_CPU

Sort by CPU usage

htop -t

Show process tree

htop -d 50

Set 5 second refresh

Related Commands

Related Tools

More Code & Dev Tools