操作系统:ubuntu 14.04
1 htop - 交互式进程查看器
安装:sudo apt-get install htop
运行:htop
2 iotop - 简单的类似top的I/O监控器
安装:sudo apt-get install iotop
运行:sudo iotop
3 apachetop - 展示web服务器实时统计数据
安装:sudo apt-get install apachetop
运行:apachetop
4 Glances - 基于CLI curses库的监控工具
安装: sudo apt-get install glances
运行:glances