COUNTER64 C type?

2014-10-20 Thread Matt Kappel
Hello, I'm trying to write an AgentX subagent and used mib2c to successfully have some Unsigned32 values (uint32_t in C) being reported properly. I'm also trying to get COUNTER64 values reported, but it doesn't appear that uint64_t translates well. Here's a snippet of my edited mib2c-generated c

Re: netsnmp_large_fd_set_resize() sucking cycles

2014-10-20 Thread Jono Poff
On 18/10/2014 2:44 a.m., Bill Fenner wrote: On Thu, Oct 16, 2014 at 9:48 PM, Jono Poff mailto:jonathan.p...@taitradio.com>> wrote: Hi, I'm investigating excessive cpu usage in some server software on Solaris 10. By prstat, the server process is using 13% (out of 25%, since it

using Mib2c on an entire MIB, not individual MIB objects

2014-10-20 Thread Ali Azar
I have a mib file which has many tables. I have used mib2c to generate code for each of the tables separately in the following fashion mib2c -c someconfigFile tablename1 mib2c -c someconfigFile tablename2 mib2c -c someconfigFile tablename3 ... etc I am not aware if there is a way that I could sp