Linux Process Monitoring/Show threads in top

Display per-thread activity inside top.

Section: Interactive Monitors

Show threads in top

bash
bash
top -H
Explanation

Display per-thread activity inside top.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Interactive Monitors
Launch top
Open the classic realtime process viewer.
OpenIn sheetbashsame section
Watch specific PID
Focus top on one or more processes.
OpenIn sheetbashsame section
Launch htop
Open the interactive ncurses process monitor if installed.
OpenIn sheetbashsame section
Launch atop
Capture system-wide resource and per-process metrics.
OpenIn sheetbashsame section
Launch btop
Use a modern TUI monitor if available.
OpenIn sheetbashsame section
pidstat per-thread stats
Break metrics down to thread level.
OpenIn sheetbash1 tag match