TutorialPedia.org
Toggle Menu
Home
Online Go Compiler
Tutorials
JavaScript Tutorials
Golang Tutorials
Linux Command Line Tutorials
Blog
All Posts
Linux System Monitoring
Assess your skills in using tools like top,ps,and df to monitor system performance.
1. Which command is primarily used to display real-time CPU and memory usage of processes?
top
df
netstat
free
2. Which of the following commands can be used to monitor disk space usage?
df
du
iostat
free
3. The 'free' command displays information about swap space usage.
True
False
4. Name the traditional command used to display active network connections (abbrev. or full name):
5. Which tool is a user-friendly, color-coded alternative to the 'top' command?
htop
vmstat
sar
iostat
6. Which metrics does the 'vmstat' command typically monitor?
CPU usage
Disk I/O activity
Network latency
Swap space usage
7. The 'ps aux' command lists all running processes for all users.
True
False
8. What does the 'sar' command stand for?
9. Which command monitors I/O statistics for block devices (e.g., disks)?
iostat
df
free
netstat
10. Which options for the 'top' command sort processes by CPU usage?
-o %CPU
-s
--sort=cpu
-p
Reset
Answered 0 of 0 — 0 correct