http://sebastien.godard.pagesperso-orange.fr/man_iostat.html this is iostat manual page, we can learn about:
%util
Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially. But for devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.
who can explain it? thanks.