Hi,
I have this output in Linux using iostat:
I want to get r_await and w_await in FreeBSD, which definitions are:
Thanks beforehand,
Mike.
I have this output in Linux using iostat:
root@machine # iostat -xN 1 4 | grep ^[a-zA-Z]
Linux 2.6.32-358.2.1.el6.x86_64 (machine) 06/18/2018 _x86_64_ (2 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await r_await w_await svctm %util
vda 0.23 13.05 2.25 1.39 119.74 115.26 64.48 0.08 22.02 1.13 55.82 0.88 0.32
I want to get r_await and w_await in FreeBSD, which definitions are:
- r_await: The average time (in milliseconds) for read requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.
- w_await: The average time (in milliseconds) for write requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them
Thanks beforehand,
Mike.