UNIX-like系统资源检查命令
时间:2017-03-29 15:36:41
收藏:0
阅读:201
系统资源主要是内存、磁盘、CPU三项,其中任一项资源用尽都会造成系统崩溃。
| 系统 | 内存 | 磁盘 | CPU |
| Linux | free -g | df -h | top |
| AIX | svmon -G/vmstat -v | df -g | topas |
| Solaris(SunOS) | df -h | ||
| HP-UX | bdf |
原文:http://www.cnblogs.com/lsdb/p/6639919.html
评论(0)