Re: Problems with async

2014-03-20 Thread Niels Baggesen
On Thu, Mar 20, 2014 at 03:01:21PM +, Pentasuglia, Corey wrote: > Thanks again for the response Niels. I hope you don't mind me throwing > one more at you. Is there a good way to take the value/values that are > returned and convert them into strings (if they are of different snmp > types)? Giv

snmp takes 100% of cpu usage

2014-03-20 Thread Jatin Bodarya
Hi all... I am using net-snmp 5.7.2 CentOS 6. In my system there are thousands of PPPoE users / virtual inteface. So snmpd service cause too much load in my system. Can anyone help me with this ? how to resolve it ? Which MIB is affected with this ? so I can remove / change code of those

RE: Problems with async

2014-03-20 Thread Pentasuglia, Corey
Thanks again for the response Niels. I hope you don't mind me throwing one more at you. Is there a good way to take the value/values that are returned and convert them into strings (if they are of different snmp types)? Given the example below it seems like I'd have to have a case statement, but