爱生活、爱运维!bingqihan.blog.chinaunix.net
bingqihan
全部博文(55)
Shell知识(0)
脚本(1)
2011年(2)
2010年(53)
baijian
gzyunix1
flyfreeb
yirenzui
Stitch丶
s6239615
haojingp
rongxr
lfnian19
分类: LINUX
2010-09-28 16:38:48
查看内存使用率 :
free -mtotal used free shared buffers cachedMem: 12004 11964 40 0 167 9746-/+ buffers/cache: 2049 9955Swap: 14015 0 14015
root@localhost nginx_logs]# sync;sync;sync[root@localhost nginx_logs]# free -mtotal used free shared buffers cachedMem: 12004 11964 40 0 167 9747-/+ buffers/cache: 2048 9955Swap: 14015 0 14015[root@localhost nginx_logs]# echo 1 > /proc/sys/vm/drop_caches[root@localhost nginx_logs]# free -mtotal used free shared buffers cachedMem: 12004 1785 10218 0 1 26-/+ buffers/cache: 1757 10246Swap: 14015 0 14015
合成一句话:
sync;sync;sync;echo 1 > /proc/sys/vm/drop_caches;swapoff -a;swapon -a;free -m
上一篇:kill -HUP pid
下一篇:Nginx + php-fpm“Nginx 502 Bad Gateway”ERROR
chinaunix网友2011-01-06 20:09:17
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com
登录 注册