On Fri, 7 Oct 2005, Felipe Piccirilo wrote: > > But how can I calculate the processor load with the numbers from /proc/stat ? > > I didn't understand what they represent... can you help me? do you have > an example script or the calcule to do this? >
Did you look at other stuff in proc? [EMAIL PROTECTED]> cat /proc/loadavg 0.01 0.03 0.00 1/69 25902 If you don't have that, you could also script something using `uptime`. -- -------------------------------------------------------- Dave Lugo [EMAIL PROTECTED] LC Unit #260 TINLC Have you hugged your firewall today? No spam, thanks. -------------------------------------------------------- Are you the police? . . . . No ma'am, we're sysadmins. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
