How would I go about retrieving 64 bit counters for network traffic on windows (Server 2008 specifically)? I'm seeing too many rollovers on the 32 bit counters for our polling interval, leading to gaps in the data.

We feed the data through RRDTool, which can successfully handle one rollover per polling period, but can't deal with two. 64bit counters would prevent this issue, but I can't seem to find a way to enable them on windows

link|improve this question

Can your graphing tool only poll SNMP? I had to use WMI or RPC to access perfmon counters in Zenoss, fixed this for me. – SpacemanSpiff Apr 5 '11 at 15:55
feedback

2 Answers

up vote 3 down vote accepted

According to Tiger Li, a moderator on Microsoft's TechNet, it's not possible:

http://social.technet.microsoft.com/Forums/en-CA/winservergen/thread/07b62ff0-94f6-40ca-a99d-d129c1b33d70

link|improve this answer
If anyone stumbles on this... I believe the only way to do this is via the 3rd party Informant SNMP agent: snmp-informant.com – Keith Dec 24 '11 at 5:37
feedback

In general these would be keep in the HC counters: IF-MIB::ifHCInOctets

If you can't pull these from Windows, I think your best bet might to be if your switch has these counters in their IF-MIB table and pull it from there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.