Chinaunix首页 | 论坛 | 博客
  • 博客访问: 422830
  • 博文数量: 55
  • 博客积分: 2331
  • 博客等级: 大尉
  • 技术积分: 605
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-26 12:03
文章分类

全部博文(55)

文章存档

2011年(2)

2010年(53)

我的朋友

分类: LINUX

2010-09-28 16:38:48

查看内存使用率

free -m
total used free shared buffers cached
Mem: 12004 11964 40 0 167 9746
-/+ buffers/cache: 2049 9955
Swap: 14015 0 14015


 

root@localhost nginx_logs]# sync;sync;sync

[root@localhost nginx_logs]# free -m

total used free shared buffers cached
Mem: 12004 11964 40 0 167 9747
-/+ buffers/cache: 2048 9955
Swap: 14015 0 14015
[root@localhost nginx_logs]# echo 1 > /proc/sys/vm/drop_caches

[root@localhost nginx_logs]# free -m

total used free shared buffers cached
Mem: 12004 1785 10218 0 1 26
-/+ buffers/cache: 1757 10246
Swap: 14015 0 14015

合成一句话:

sync;sync;sync;echo 1 > /proc/sys/vm/drop_caches;swapoff -a;swapon -a;free -m


阅读(1231) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2011-01-06 20:09:17

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com