add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/iostat.md Normal file
View File

@@ -0,0 +1,28 @@
# iostat
> 报告设备和分区的统计信息。
> 更多信息:<https://manned.org/iostat>。
- 显示从系统启动以来的 CPU 和磁盘统计信息报告:
`iostat`
- 显示单位转换为兆字节的 CPU 和磁盘统计信息报告:
`iostat -m`
- 显示 CPU 统计信息:
`iostat -c`
- 显示带有磁盘名称(包括 LVM的磁盘统计信息
`iostat -N`
- 显示设备 "sda" 的扩展磁盘统计信息及其磁盘名称:
`iostat -xN {{sda}}`
- 每 2 秒显示一次 CPU 和磁盘统计信息的增量报告:
`iostat {{2}}`