查看进程对交换分区(swap)的占用情况

vi  swap.sh #粘贴以下配置内容 #!/bin/bash   # Get current swap usage for all running processes   # Erik Ljungstrom 27/05/2011   SUM=0   OVERALL=0   for DIR in `find /proc/ -maxdepth 1 -type d | egrep "^/proc/
相关文章
相关标签/搜索