Created
March 18, 2014 08:26
-
-
Save anonymous/9615776 to your computer and use it in GitHub Desktop.
loadavg 过高原因
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@cloud ~]# cat /proc/loadavg | |
1.00 0.97 0.91 1/125 1608 | |
[root@cloud ~]# vmstat 1 | |
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- | |
r b swpd free buff cache si so bi bo in cs us sy id wa st | |
0 0 0 56240 21904 55472 0 0 7 2 1006 8 0 1 99 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1916 15 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1826 14 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 2007 13 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1996 21 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 1991 13 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 1914 13 0 1 99 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 2010 17 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1997 16 0 1 99 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1985 17 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 2001 13 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1989 13 0 1 99 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 1980 13 0 0 100 0 0 | |
0 0 0 56232 21904 55472 0 0 0 0 2001 13 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 1994 23 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 1980 14 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 2007 13 0 0 100 0 0 | |
0 0 0 56240 21904 55472 0 0 0 0 1985 17 0 1 99 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1991 15 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1997 17 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1985 13 0 1 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1974 18 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1993 13 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1981 13 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 2007 21 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1992 15 0 0 100 0 0 | |
0 0 0 56116 21904 55472 0 0 0 0 2000 13 1 0 99 0 0 | |
0 0 0 56116 21904 55472 0 0 0 0 1959 14 0 1 99 0 0 | |
0 0 0 56116 21904 55472 0 0 0 0 2009 21 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1976 17 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1926 13 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1983 17 0 0 100 0 0 | |
0 0 0 56108 21904 55472 0 0 0 0 1999 13 0 0 100 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment