The uptime can show the top line of the upper screen!
[Email protected] ~]# uptime
18:06:30 up, 6:40, 1 user, Load average:0.00, 0.00, 0.00
Said above, is currently 18:06, the system has been turned on 52 days and 6:40, there are 1 users in the online, the average load is very low, so are 0 ah!
What is the system load?
The average system load is defined as the average process tree running in the queue for a specific time interval. If a process meets the following criteria, it will be in the run queue:
-It is not in the result of waiting for I/O operation
-It does not actively enter the waiting state (that is, "Wait" is not called)
-Not stopped (for example: waiting to be terminated)
In general, the current number of active processes per CPU core is not greater than 3, the system performance is good! Of course, it is said that each CPU core, that is, if your host is a quad-core CPU, then as long as the uptime last output of a string of characters less than 12 means that the system load is not very serious.
Of course, if you reach 20, it means that the current system load is very serious and it is very slow to open execution Web scripts.
System performance monitoring Tool-uptime