在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
vmstat 是用来实时查看内存使用情况,反映的情况比用top直观一些. memoy pages disk 显示每秒的磁盘操作。 s表示scsi盘,0表示盘号 fault 显示每秒的中断数 cpu 表示cpu的使用状态
实例: 复制代码 代码如下:[root@localhost ~]# vmstat 2 #每二秒显示一次系统内存的统计信息 procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 0 219908 62964 175548 0 0 47 12 12 17 0 1 99 0 0 0 0 219900 62964 175548 0 0 0 0 11 12 0 0 100 0 0 0 0 219900 62964 175548 0 0 0 0 9 9 0 0 100 0 复制代码 代码如下:[root@localhost ~]# vmstat 2 5 #每二秒显示一次系统内存的统计信息,总共5次 procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 0 219908 62964 175548 0 0 46 12 12 17 0 1 99 0 0 0 0 219900 62964 175548 0 0 0 0 12 14 0 0 100 0 0 0 0 219900 62964 175548 0 0 0 0 11 11 0 1 100 0 0 0 0 219900 62964 175548 0 0 0 0 10 11 0 0 100 0 0 0 0 219900 62964 175548 0 0 0 0 10 9 0 0 100 0 复制代码 代码如下:[root@localhost ~]# vmstat -d #显示磁盘信息 disk- ------------reads------------ ------------writes----------- -----IO------ total merged sectors ms total merged sectors ms cur sec ram0 0 0 0 0 0 0 0 0 0 0 ram1 0 0 0 0 0 0 0 0 0 0 ram2 0 0 0 0 0 0 0 0 0 0 ram3 0 0 0 0 0 0 0 0 0 0 ram4 0 0 0 0 0 0 0 0 0 0 ram5 0 0 0 0 0 0 0 0 0 0 ram6 0 0 0 0 0 0 0 0 0 0 ram7 0 0 0 0 0 0 0 0 0 0 ram8 0 0 0 0 0 0 0 0 0 0 ram9 0 0 0 0 0 0 0 0 0 0 ram10 0 0 0 0 0 0 0 0 0 0 ram11 0 0 0 0 0 0 0 0 0 0 ram12 0 0 0 0 0 0 0 0 0 0 ram13 0 0 0 0 0 0 0 0 0 0 ram14 0 0 0 0 0 0 0 0 0 0 ram15 0 0 0 0 0 0 0 0 0 0 loop0 0 0 0 0 0 0 0 0 0 0 loop1 0 0 0 0 0 0 0 0 0 0 loop2 0 0 0 0 0 0 0 0 0 0 loop3 0 0 0 0 0 0 0 0 0 0 loop4 0 0 0 0 0 0 0 0 0 0 loop5 0 0 0 0 0 0 0 0 0 0 loop6 0 0 0 0 0 0 0 0 0 0 loop7 0 0 0 0 0 0 0 0 0 0 sda 12341 5909 471542 465300 1325 2081 127088 32204 0 19 sr0 0 0 0 0 0 0 0 0 0 0 |
请发表评论