uptime.rc
changeset 7 6524d7d3061b
parent 0 3f69962cbbf4
equal deleted inserted replaced
6:55944382d88b 7:6524d7d3061b
     2 # Use /proc filesystem information to determine mcabber
     2 # Use /proc filesystem information to determine mcabber
     3 # startup time. If not set, module load time will be starting
     3 # startup time. If not set, module load time will be starting
     4 # point for uptime calculations.
     4 # point for uptime calculations.
     5 set uptime_use_proc = 1
     5 set uptime_use_proc = 1
     6 
     6 
     7 # For correct proc-based calculations, set system timer
       
     8 # frequency. Note, that this still may differ from value,
       
     9 # that you're compled your kernel with (eg on my system
       
    10 # kernel uses timer at frequency 250, but values in /proc
       
    11 # are still calculated as if HZ were 100).
       
    12 #set uptime_hz = 100
       
    13 
       
    14 module load uptime
     7 module load uptime
    15 
     8