
linux
iteye_21095
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux top
http://www.pixelbeat.org/cmdline_zh_CN.html linux常用命令 ========================= top top -u apache top -u mysql 只查看有效用户名为mysql的进程 # top -d 5 更新延时设置为5秒(默认3秒) # top -u mysql 只查看有效用户名为mysql...原创 2013-12-19 15:49:58 · 119 阅读 · 0 评论 -
liunx内存
free -m total used free shared buffers cached Mem: 15947 15707 240 0 473 2034 -/+ buffers/cache: 13200 2747 Swap...原创 2016-12-29 18:57:23 · 184 阅读 · 0 评论