We are running multiple processes on our servers, which are mostly CPU intensive, but also use the local HDDs for reading the data. I can trivially look at the CPU load and memory usage in TaskManager on these boxes, how can I monitor the HDD IO? I would like to figure out:
- If the current load is in any way bottlenecked by the HDD
- Asses how many of these processes I can run on the box without bottlenecking the HDD