Comparing influx data with SNMP

tuxis

Famous Member
Jan 3, 2014
244
213
108
Ede, NL
www.tuxis.nl
Hi,

we're working on something cool and are using the metric server service from Proxmox. While checking the values for IOPS, we see a different amount of IOPS in InfluxDB than we do via SNMP (in LibreNMS).

The influx iops reported by Qemu, are those the IOPS issues by the GuestOS to the VM, or are they the IOPS issued by KVM to the underlying storage? That might explain the difference were seeing.
 
Hmm. So those are the iops issued to the device. Given the fact the we have something like iop-merging, it could be that SNMP actually counts before merging. Qemu obviously only sees the merged iops.

Thanks.