1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

linux/iostat: add Chinese translation (#16062)

Create linux/iostat.md
This commit is contained in:
Ziqiang Wu 2025-04-12 15:52:36 +08:00 committed by GitHub
parent 05e72c0cb3
commit 9808f98aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,28 @@
# iostat
> 报告设备和分区的统计信息。
> 更多信息:<https://manned.org/iostat>.
- 显示系统启动以来的CPU和磁盘统计报告:
`iostat`
- 以MB为单位显示CPU和磁盘统计报告:
`iostat -m`
- 显示CPU统计信息:
`iostat {{[-c|--compact]}}`
- 显示包含磁盘名称(含LVM)的磁盘统计信息:
`iostat -N`
- 显示设备"sda"的扩展磁盘统计信息(包含磁盘名称):
`iostat -xN {{sda}}`
- 每2秒显示一次CPU和磁盘的增量统计报告:
`iostat {{2}}`