I have created a custom mib poller. It polls a node (computer) for its disk i/o. This value is simply a counter that increments. SolarWinds can then graph this data by taking interval averages, i.e. [ value(now) minus value(one minute ago) ]. My question is this:
Orion NPM can graph this data but where can I find the averages in the SQL database? I can find the absolute counter value in the CustomPollerScratchStatistics table but I can't find the averages anywhere. Are these averages ONLY caclulated by NPM and are not actually stored anywhere?
Thanks
jackie