Link to home
Start Free TrialLog in
Avatar of iNc0g
iNc0gFlag for Israel

asked on

benchmark write speed to disk on linux

Hi,
I am looking for a command or a tool + the needed commands for the tool in order to test write speed to disk on a linux VM.

The write test should consist of writing multiple files (100 files, 1MB each) and at the end or while the process is running I would like to see the stats, what was the writing speed to disk.

The above is required to work both on local disk write and on NFS mount.

I've used the dd command and afterwards splitting the masterfile created into several files, but it only split the master file to 1 file and I did not see any stats while doing so anyway.

I need to compare both write and read speed between writing/reading to local disk of the VM and to NFS mount while the test is writing several files and not 1 file.

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Joseph Gan
Joseph Gan
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial