2008/5/28 sivasakthi <[EMAIL PROTECTED]>:
> If the Squid is continuously running  from more than months or years then
> what is the format of cacheUptime is displayed.. is it  displaying as the
> number of days or it may display like 2 month, 3 days 2:23:34:00 ?

Number of days.
>From snmplib/mib.c:uptimeString():

            snprintf(buf, buflen, "%d days, %d:%02d:%02d.%02d",
                    days, hours, minutes, seconds, centisecs);

There's no attempt to do anything clever with the day count.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to