To monitor I/O statistics and disk activity in real-time, you would use the ________ command in Linux.
- iostat
- top
- df
- du
To monitor I/O statistics and disk activity in real-time in Linux, you would use the iostat command. It provides detailed information about input and output operations, helping you identify performance bottlenecks related to disk I/O.
Loading...
Related Quiz
- Which SSH configuration parameter specifies the maximum number of authentication attempts allowed per connection?
- What kernel component is responsible for memory management, including allocation and page replacement?
- How do you denote the start of a block of code in a Bash if statement?
- A colleague informs you that a specific daemon is causing issues and should be temporarily disabled without stopping it. Which command in Linux would allow you to mask the service?
- What is the purpose of the $? variable in a shell script?