linux - server load

Jasonh100

Senior member
Apr 21, 2001
200
0
0
what is a simple way to see what the load on your server is? I remeber coming accross a command once that when you typed it in you got about 3 numbers back and the lower they were the lower your server load was. I'm having trouble finding it again.

(I saw the command in a guide to installing mod_perl -- before and after results type thing)
 

Priit

Golden Member
Nov 2, 2000
1,337
1
0
"w" might help for example. It also shows users on machine. "Top" is also good tool for checking the machine's condition...
 

Jasonh100

Senior member
Apr 21, 2001
200
0
0
neither of those are what I was talking about but top has those 3 numbers I was reffering to and has more stuff.... thanks a lot!
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Probably 'uptime'

That 'load' is really just the number of running processes, it has nothing to do with memory, disk, network, etc load.
 

Jasonh100

Senior member
Apr 21, 2001
200
0
0
yeah, uptime is what I was trying to find. I should have mentioned that the name of the command doesn't sound like it has anything to do with what it does ;-)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
yeah, uptime is what I was trying to find. I should have mentioned that the name of the command doesn't sound like it has anything to do with what it does ;-)

?

For me uptime prints the current box's uptime, along with it's average load.