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

top

Display Linux processes

Syntax

top [OPTION]...

Common Options

-dSet refresh interval
-nExit after N refreshes
-uFilter by user
-pMonitor specific PID
-bBatch mode

Common Examples

top

Start top

top -u username

Show processes for user

top -p 1234

Monitor specific PID

Related Commands

Related Tools

More Code & Dev Tools