htop

CLI

An interactive process viewer and system monitor.

1 views

Installation

Homebrewbrew install htop
aptsudo apt install htop

Links

License

GPL-2.0

AI Agent Notes

Interactive process viewer with CPU/memory usage

When to use

Monitoring system resource usage interactively

Proven Recipes

Monitor all processes interactively🟢 99% success
htop
Filter processes by name🟢 90% success
htop -p $(pgrep -d',' node)