I want to count theIOs
consumed by a command in Linux.
For example, if I run 'ls' command, I should get IOs
consumed by it.
I already tried help given here:
How to measure IOPS for a command in linux?
But, I am not able to get actual IO
operations performed by command. I guess what I am getting is time taken by command to execute.
Please help regarding the same.