How to check the load average :
w
w displays information about the users currently on the machine, and their processes. The header shows, in this order, the current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes.
Example:
[root@testpc ~]# w
10:40:09 Â Â up 23 days, Â 11:32, Â 2 users, Â load average: 0.14, 0.09, 0.03
USER Â TTY Â Â FROM Â Â Â Â Â Â Â Â LOGIN Â Â @ IDLE Â Â Â JCPU Â PCPU Â Â WHAT
root   tty1      -            03Aug10   9days   0.01s  0.01s   -bash
root   pts/2   192.168.1.x    05Aug10    0.00s    0.06s  0.00s   w
top
The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel.
Options:
h : Help
q : Quit