You are trying to optimize a Linux server that handles large amounts of data transfer. Which command would you use to monitor disk activity in real-time?
- iotop
- vmstat
- df
- ifconfig
To monitor disk activity in real-time on a Linux server, you can use the iotop command. It displays a list of processes and their disk I/O usage, helping you identify which processes are the most disk-intensive.
Loading...
Related Quiz
- Which special variable in a shell script represents the script's name?
- Which command provides information about the network connections, routing tables, and network interface statistics?
- To disable the debugging mode that was enabled with set -x, you can use the command __________.
- Which built-in variable in a shell script would you use to determine the number of positional parameters?
- n shell scripting, which loop will continue executing as long as the specified condition remains true?