Just pipe the above command to a text file
Code: snmpwalk -v1 -c<Community name> <IP Address> >> myfilename.txt When it returns to a prompt, just type Code: cat myfilename.txt | less Then browse through the items. The ones you posted look like individual process time slices; the number following the object type looks like a PID. I don't think these are the ones you are after. The MIBs issed by SNMP informant are in ZenOSS. carls wrote: > Hi AsGF2MX, > > I did as such and looks like i did get cpu inofrmation back: > > HOST-RESOURCES-MIB::hrSWRunPerfCPU.8208 = INTEGER: 15811 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.9336 = INTEGER: 1 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.9564 = INTEGER: 4 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.10148 = INTEGER: 6 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.10556 = INTEGER: 3 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.10856 = INTEGER: 7 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.11060 = INTEGER: 163 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.11268 = INTEGER: 11 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.12268 = INTEGER: 53228 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.12956 = INTEGER: 13 > HOST-RESOURCES-MIB::hrSWRunPerfCPU.13232 = INTEGER: 337 > > > Couldn't see it all as it went past my scroll area. (sure there's a way round > that but pushed for time, atm.) > If that is the CPU information that would point to a configuration issue on > my part with zenoss, correct? > -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=19224#19224 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
