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 ?
Thanks,
...corey
This message and any attachments (the "Message") may contain confidential, proprietary and/or privileged information and are only for their intended recipient(s). If you are not the intended recipient, you should notify the sender and delete the Message. E-mail transmissions cannot be guaranteed to be secure or error-free. This Message is provided for information purposes and should not be construed as a solicitation or offer to buy or sell any securities or financial instruments, or to provide investment advice in any jurisdiction where the sender is not properly licensed or permitted to do so. This Message is subject to additional conditions and restrictions. Please read them here: http://legal.dimensional.com/email/
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 ?