Snmp
From PTAGISWiki
how to view snmp info
snmpwalk -v 2c -c unwashed localhost
to get everything
snmpwalk -v 2c -c unwashed localhost system
to just get the uptime, system id, and location
snmpwalk -v 2c -c unwashed localhost hrSWRunName
to get the currently running processes
snmpwalk -v 2c -c unwashed localhost hrSWRunPerfMem
to get the memory size of the currently running processes
snmpwalk -v 1 -c public reedi system
