J
J
Jebati2019-06-23 19:48:45
linux
Jebati, 2019-06-23 19:48:45

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

4 answer(s)
R
rPman, 2019-06-23
@rPman

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.

K
ky0, 2019-06-23
@ky0

Turn off everything that actively touches the disk, except for your program, and look iostat.

V
Victor Taran, 2019-06-23
@shambler81

iotop -oka

R
Ruslan, 2019-06-29
@msHack

you can see the activity of the file system in linux with the nmon command
5d16bb17ec6d8649309862.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question