我执行top 12:40:41 up 30 days, 19:38, 5 users, load average: 38.78, 23.08, 32.84 请问load average是什么意思?是否指的是机器的负载?如果是的话为什么会有三个参数?谢谢!
load average 系统平均负载被定义为在特定时间间隔内运行队列中的平均进程树。 如果一个进程满足以下条件则其就会位于运行队列中: 1、它没有在等待I/O操作的结果 2、它没有主动进入等待状态(也就是没有调用'wait') 3、没有被停止(例如:等待终止) uptime 17:14:22 up 234 days, 20:38, 1 user, load average: 0.74, 0.68, 0.58 load average后面分别是1分钟、5分钟、15分钟的负载情况。数据是每隔5秒钟检查一次活跃的进程...
load average: 5.94, 5.94, 5.91 5 users, load average: 7.72, 7.36, 6.96 怎么这么高呀。。2 CPU P4 XEON 2.4 G 3G MEM :em06:
load average: 5.94, 5.94, 5.91 5 users, load average: 7.72, 7.36, 6.96 怎么这么高呀。。2 CPU P4 XEON 2.4 G 3G MEM :em06:
linux load average 系统平均负载被定义为在特定时间间隔内运行队列中的平均进程数。如果一个进程满足以下条件则其就会位于运行队列中: - 它没有在等待I/O操作的结果 - 它没有主动进入等待状态(也就是没有调用'wait') - 没有被停止(例如:等待终止) SIP的第四期结束了,因为控制策略的丰富,早先的的压力测试结果已经无法反映在高并发和高压力下SIP的运行状况,因此需要重新作压力测试。跟在测试人员后面做了快一周的压力测试...
谁能帮提点一下,分析方案!谢谢!! 14:45:11 up 4 days, 22:38, 1 user, load average: 82.98, 108.52, 108.74 496 processes: 488 sleeping, 1 running, 7 zombie, 0 stopped CPU states: cpu user nice system irq softirq iowait idle total 1.0% 0.1% 0.9% 0.0% 0.0% 97.7% 0.0% cpu00 1.3% 0.1% 0.9% 0.0% 0.0% 97.4% 0.0% cpu...
一直搞不懂load average 是什么意思,百度之,最终找到篇极好的文章,转载和各位朋友分享。 转的原文链接: http://bbs.uplinux.com/viewthread.php?tid=10424 要是给作者本人带来不便,请告知,马上删除 Linux中的“load average"到底是什么意思 执行top,w,uptime,在最上一行,均能得到类似下面的一行: [Copy to clipboard]CODE: 21:25:38 up 59 min, 2 users, load average: 0.33, 0.40, 0.38 前面的值还是比较好理解,但是这...
Linux load average Not Your average average 1 Dr. Neil J. Gunther Performance Dynamics Company SM Castro Valley, California, USA www.perfdynamics.com Originally presented Sep 4, 2002 Updated by NJG Feb 21, 2003 In order to view the mathematical notations correctly, check here before continuing. What's This Talk About? averages are important for performance analysis and capacity plan...