Sorry, but there is no "sysUpTimeInstance" in NetApps MIBs - but it actually looks like cpuUpTime:
VALUE cpuUpTime, Description: The time (in hundredths of a second) that the CPU has been up since the last boot.
snmpget -Os -c public -v 1 filer cpuUpTime.0
cpuUpTime.0 = Timeticks: (667048622) 77 days, 4:54:46.22
perl -le 'print ((667048622/100)/86400)'
77.2047016203704
I think toasterview is a little buggy in that case.
Corey Hart wrote:
Hey Guys,
So I have used toasterview in the past without any issues, but today I installed it at my new job and I have a question.
When running an snmpwalk against the filer, and running the command uptime I see the filer uptime as
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1664185295) 192 days, 14:44:12.95
But when toastview runs it pulls cpuUpTime for the system uptime shows as
9:23:36:01.60
So my question is what is the difference between cpuUpTime and sysUpTimeInstance ?