Recently, I have been looking in to ways I can collect disk IO performance (specifically read/write throughput) data from my Linux machines using Zabbix. In looking at the items available:
I see options for vfs.dev.read/write.bps, but it indicates that it is not supported under Linux, only FreeBSD. Is collecting this information simply not feasible under Linux, or has it just not been implemented yet?
I found a workaround here, dated way back in 2007:
and have been collecting data using this method for a few months, but I am unsure of how accurate it is. Is there a more official/less cumbersome method of achieving this?
I see options for vfs.dev.read/write.bps, but it indicates that it is not supported under Linux, only FreeBSD. Is collecting this information simply not feasible under Linux, or has it just not been implemented yet?
I found a workaround here, dated way back in 2007:
and have been collecting data using this method for a few months, but I am unsure of how accurate it is. Is there a more official/less cumbersome method of achieving this?
Comment