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

16
pages.zh/linux/mpstat.md Normal file
View File

@@ -0,0 +1,16 @@
# mpstat
> 报告 CPU 统计信息。
> 更多信息:<https://manned.org/mpstat>。
- 每 2 秒显示一次 CPU 统计信息:
`mpstat {{2}}`
- 以 2 秒的间隔显示 5 次报告,逐个显示:
`mpstat {{2}} {{5}}`
- 以 2 秒的间隔从指定处理器显示 5 次报告,逐个显示:
`mpstat -P {{0}} {{2}} {{5}}`