Problem scenario
You think that there is disk contention with the various processes on your Linux server. You think that the I/O activity is too high and potentially creating a bottleneck. What do you do to learn more about disk utilization?
Solution
1. To learn the names of the underlying disks on your Linux system, run this command:
ls -lh /dev/disk/by-path
2.
…