Skip to content

Commit

Permalink
fix: correct formatting issue causing errors. #601
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 3, 2024
1 parent 80c5150 commit b2bab26
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion command/iostat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# iostat
iostat
===

iostat命令被用于监视系统输入输出设备和CPU的使用情况。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。
iowait 指在一个采样周期内有百分之几的时间是属于以下情况:CPU处于空闲状态并且至少有一个未完成的磁盘IO请求。
Expand Down
14 changes: 12 additions & 2 deletions dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,11 @@
"p": "/fgrep",
"d": "为文件搜索文字字符串"
},
"figlet": {
"n": "figlet",
"p": "/figlet",
"d": "字符串转为 “字画符”。"
},
"file": {
"n": "file",
"p": "/file",
Expand Down Expand Up @@ -889,6 +894,11 @@
"p": "/gpasswd",
"d": "Linux下工作组文件的管理工具"
},
"gpg": {
"n": "gpg",
"p": "/gpg",
"d": "可用于签名、检查、加密或解密的工具"
},
"gpm": {
"n": "gpm",
"p": "/gpm",
Expand Down Expand Up @@ -1122,7 +1132,7 @@
"iostat": {
"n": "iostat",
"p": "/iostat",
"d": "监视系统输入输出设备和CPU的使用情况"
"d": "iostat命令被用于监视系统输入输出设备和CPU的使用情况。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。iowait 指在一个采样周期内有百分之几的时间是属于以下情况:CPU处于空闲状态并且至少有一个未完成的磁盘IO请求。"
},
"iotop": {
"n": "iotop",
Expand Down Expand Up @@ -1637,7 +1647,7 @@
"mtr": {
"n": "mtr",
"p": "/mtr",
"d": "`mtr`结合了`traceroute``ping`程序的功能,是一款简单的网络诊断工具"
"d": "`mtr` 结合了 `traceroute``ping` 程序的功能,是一款简单的网络诊断工具"
},
"mv": {
"n": "mv",
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

0 comments on commit b2bab26

Please sign in to comment.