Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Correct way to get server iops?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Correct way to get server iops?

lucastlucast Member
edited May 2018 in Help

Hi (:
I'm asking cause some providers limit the VPS iops, and I want to understand what is the correct way to get this information

I'm using iostat

iostat -d | tail -n +4 | head -n -1 | awk '{s+=$2} END {print s}'

Can I thrust in these results?

Sign In or Register to comment.