Steve Posted March 8, 2004 Share Posted March 8, 2004 Each and everytime i've used the uptime command, i've always wondered wtf is it? Can someone fill me in? Here's mine, is it good, bad or ugly? up 8 days, 9:38, 1 user, load averages: 1.62 1.01 0.88 Link to comment Share on other sites More sharing options...
the evn show Posted March 8, 2004 Share Posted March 8, 2004 EDIT: They don't translate 1:1 to percentage of CPU used. This thread has more info than you would ever need to know: http://www.bsdforums.org/forums/showthread.php?threadid=6640 basicly, lower numbers are better. Link to comment Share on other sites More sharing options...
Tim Dorr Veteran Posted March 8, 2004 Veteran Share Posted March 8, 2004 Load average is just the number of active processes on your system on average. When the kernel goes to schedule a new process to run, the number of processes that would like to do something is your load. Since scheduling happens many times per second and processes may come in groups (making for a high instantaneous load), the load is averaged over time. If, when you go to schedule, you have just one process waiting, then you have a "perfect" load. That is, your CPU is being used to full capacity and you're gettin all the bang for your buck. If it's greater than 1 process, on average, then you're trying to do too much than the PC can handle. Link to comment Share on other sites More sharing options...
Recommended Posts