Answer the question
In order to leave comments, you need to log in
How to find out how much the program loads the disk?
Hello.
You need a cli command like time, which you just write before the program start command, and after closing the program, you get the average load figures. Personally, I need disk load data, specifically for this program. Is there anything suitable?
Answer the question
In order to leave comments, you need to log in
pidstat seems to give everything literally for the process on the command line,
but with the atop interface (it has a separate service, you can read and process the data yourself), iotop, etc.
Turn off everything that actively touches the disk, except for your program, and look iostat
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question