For iostat, it could tell us whether CPU is busy or not and if currently run anything like cleaning, disk rebuilding. See below output for a sample:
First of all, we could check the state of DD (CDBVMSFIR)-C means cleaning is running and D means disk rebuilding is running. If one of them is running then we should expect a little bit slow performance than usual.
And then check the NFS operation to see how busy is it, assuming it is running with high load then check If the CPU utilization is >= 80% or the disk utilization is >=60%. We might run out of disk or CPU if CPU and disk utilization is very high.
dynamox
9 Legend
•
20.4K Posts
0
January 7th, 2014 05:00
what values in iostat would indicate potential issues ?
ECN-APJ
2 Intern
•
308 Posts
0
January 9th, 2014 18:00
Hi Dynamox,
For iostat, it could tell us whether CPU is busy or not and if currently run anything like cleaning, disk rebuilding. See below output for a sample:
First of all, we could check the state of DD (CDBVMSFIR)-C means cleaning is running and D means disk rebuilding is running. If one of them is running then we should expect a little bit slow performance than usual.
And then check the NFS operation to see how busy is it, assuming it is running with high load then check If the CPU utilization is >= 80% or the disk utilization is >=60%. We might run out of disk or CPU if CPU and disk utilization is very high.
Hope that helps. Thanks.