Hi, I use the option --interval on my agent.
I set the interval to 30s. I note that the Disk I/O writes metrics are weird now.
It seems that the value is equal to the number of writes during the last 30 seconds, not the average writes per seconds during the last 30 second.
For example, if there are 10 writes per seconds on average on the disk, the graph will show 300 writes.
Is it a bug ? or there is a way to change the configuration to obtain 10 write/s.
Thanks