红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

what does linux load average mean?

what does linux load average mean?

ok first how can we get load average info from linux
use uptime cmd also you can get that info by top cmd
the output will be:
19:11:40 up 6 days, 3:04, 2 users, load average: 5.55, 3.17, 2.34

the load average have three numbers each numbers mean 1min,5mins,15mins
and the definition of load average is:
the load average tries to measure the number of active processes at any time. As a measure of CPU utilization.

TOP

发新话题