F2 → ColumnsLets you add fields like PID, USER, CPU%, MEM%, TIME+, and command line.
Customize meters, visible columns, threads, kernel tasks, and display density for different monitoring scenarios.
Configure what htop shows at the top and in the process table.
F2 → ColumnsLets you add fields like PID, USER, CPU%, MEM%, TIME+, and command line.
F2 → MetersUseful for different layouts on laptops versus servers.
KCan reduce visual noise when you only care about user processes.
HHelpful when multithreaded programs clutter the list.
Use tree mode and thread visibility together when investigating process structure.
t, H, KCombining these views often makes service hierarchies easier to read.
Launch htop already scoped to an application user.
htop -u appGreat for separating your app from system services.
Tune appearance and information density for your terminal.
htop -CUseful in limited terminals or when color themes reduce readability.
htop -d 5A value of 5 refreshes about every half second.
Open search while keeping the full-screen UI.
/ then type queryExcellent for locating one service among hundreds of entries.
F6 → PERCENT_MEMUseful during out-of-memory or swap-thrashing investigations.
Keep the selection on a moving target as the list refreshes.
FHelpful when the process order changes frequently because of sorting updates.