News: This forum is now permanently frozen.
Pages: [1]
Topic: Monitoring performance data via SNMP  (Read 3573 times)
« on: May 01, 2007, 11:41:50 »
ewuewu *
Posts: 7

I'd like to monitor performance data (memory usage, pocessor usage, if possible tempearatur sensor ...) of my 4801 monowall.
But i could not found any entries (by using snmpwalk) for these datas. I saw a lot of informataions but most of them where coresponding to the network interfaces and the global system (like name and location).

Has anyone an idea how I can monitor these values?
« Reply #1 on: May 02, 2007, 01:06:19 »
cmb *****
Posts: 851

CPU and memory are both there, using the standard OID. Temp is not available.
« Reply #2 on: August 08, 2007, 17:36:55 »
sardiskan *
Posts: 2

I know the CPU utilization is like ssCpuSystem.0

So you'd construct your snmpwalk command like so.

snmpwalk -Os -c public -v 1 x.x.x.x ssCpuSystem.0

Jason
« Reply #3 on: October 21, 2007, 18:47:00 »
blevin *
Posts: 2


snmpwalk -Os -c public -v 1 x.x.x.x ssCpuSystem.0


close Wink

since it ends in a '.0' they call it a 'scalar' and you should fetch it as either:

snmpget ... ssCpuSystem.0

OR

snmpgetnext ... ssCpuSystem

(ie, you use the .0 form for GET but you 'go back one' in the OID tree if you are using get-next style walking).


 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines