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/dstat.md Normal file
View File

@@ -0,0 +1,28 @@
# dstat
> 生成系统资源统计信息的多功能工具。
> 更多信息:<http://dag.wieers.com/home-made/dstat>。
- 显示 CPU、磁盘、网络、分页和系统统计信息
`dstat`
- 每 5 秒显示统计信息,仅更新 4 次:
`dstat {{5}} {{4}}`
- 仅显示 CPU 和内存统计信息:
`dstat --cpu --mem`
- 列出所有可用的 dstat 插件:
`dstat --list`
- 显示使用最多内存和最多 CPU 的进程:
`dstat --top-mem --top-cpu`
- 显示电池百分比和剩余电池时间:
`dstat --battery --battery-remain`