Hi,
I am wondering why there is not the calculation of iowait on zabbix agent for linux.
I look at cpustat.c, and it looks like it takes only the first 4 numbers of /proc/stat
Why not getting the fifth one which is iowait ??
It won't be a major change in the code !!!!
iowait is really important for monitoring servers that are loaded because of waiting disk access.
Will it be implemented in future version ?
Thanks.
I am wondering why there is not the calculation of iowait on zabbix agent for linux.
I look at cpustat.c, and it looks like it takes only the first 4 numbers of /proc/stat
Why not getting the fifth one which is iowait ??
It won't be a major change in the code !!!!
iowait is really important for monitoring servers that are loaded because of waiting disk access.
Will it be implemented in future version ?
Thanks.
Comment