Cmd Generator

top

Display Linux processes.

top

Examples

# Interactive top
top

# Update every 2 seconds
top -d 2

# Monitor specific PID
top -p 1234

# Show user processes
top -u john

# Batch mode
top -b -n 1

Sponsors