File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- # iostat
1
+ iostat
2
+ ===
2
3
3
4
iostat命令被用于监视系统输入输出设备和CPU的使用情况。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。
4
5
iowait 指在一个采样周期内有百分之几的时间是属于以下情况:CPU处于空闲状态并且至少有一个未完成的磁盘IO请求。
Original file line number Diff line number Diff line change 759
759
"p" : " /fgrep" ,
760
760
"d" : " 为文件搜索文字字符串"
761
761
},
762
+ "figlet" : {
763
+ "n" : " figlet" ,
764
+ "p" : " /figlet" ,
765
+ "d" : " 字符串转为 “字画符”。"
766
+ },
762
767
"file" : {
763
768
"n" : " file" ,
764
769
"p" : " /file" ,
889
894
"p" : " /gpasswd" ,
890
895
"d" : " Linux下工作组文件的管理工具"
891
896
},
897
+ "gpg" : {
898
+ "n" : " gpg" ,
899
+ "p" : " /gpg" ,
900
+ "d" : " 可用于签名、检查、加密或解密的工具"
901
+ },
892
902
"gpm" : {
893
903
"n" : " gpm" ,
894
904
"p" : " /gpm" ,
1122
1132
"iostat" : {
1123
1133
"n" : " iostat" ,
1124
1134
"p" : " /iostat" ,
1125
- "d" : " 监视系统输入输出设备和CPU的使用情况 "
1135
+ "d" : " iostat命令被用于监视系统输入输出设备和CPU的使用情况。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。iowait 指在一个采样周期内有百分之几的时间是属于以下情况:CPU处于空闲状态并且至少有一个未完成的磁盘IO请求。 "
1126
1136
},
1127
1137
"iotop" : {
1128
1138
"n" : " iotop" ,
1637
1647
"mtr" : {
1638
1648
"n" : " mtr" ,
1639
1649
"p" : " /mtr" ,
1640
- "d" : " `mtr`结合了`traceroute`和 `ping`程序的功能,是一款简单的网络诊断工具。 "
1650
+ "d" : " `mtr` 结合了 `traceroute` 和 `ping` 程序的功能,是一款简单的网络诊断工具"
1641
1651
},
1642
1652
"mv" : {
1643
1653
"n" : " mv" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments