其实有linux命令可以监控系统设备性能
1、vmstat
vmstat是一个很全面的性能分析工具,
可以观察到系统的进程状态、内存使用、虚拟内存使用、磁盘的IO、
系统(中断、上下文切换)、CPU使用等
[oracle@redhat4 ~]$ vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
3 0 204 61596 39456 669880 0 0 13 35 303 174 48 22 30 0
2、iostat
iostat主要用于监控系统设备的IO负载情况,运行时显示系统的各项统计信息
[oracle@redhat4 ~]$ iostat
Linux 2.6.9-78.ELsmp (redhat4) 2016年07月14日