Hi,
We have a requirement to fetch the average %CPU and memory used on a
HP-UX/Linux server for every 1 minute.
I learnt that through SNMP we can get these values. I have used the
joesnmp API to get the OID values from MIB for CPU counter and free
memory guage. Through this API, the cpu time, fr
I'am at present testing embedded perl both as an
extension of snmpd and snmptrapd. (net-snmp 5.2.pre2).
The perl extension to snmptrapd consumes a large amount of
memory even when the perl trap handler is a single return instruction.
with snmpd, the request handler being a sub with a return,
t