Linux Commands Helper
💬 Your AI-powered Linux assistant
top Command - Display Linux Processes
The top command provides a real-time, dynamic view of running processes, CPU usage, memory usage, and system load. It is a powerful tool for monitoring system performance.
Syntax
top [options]
Examples
top
Display real-time process information.
top -u alice
Show only processes for user alice.
Notes
- Press
qto quit top. - Use
hfor help within top. - For more advanced features, see
htop.
