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

View File

@@ -0,0 +1,21 @@
# cpufreq-aperf
> 计算一段时间内的平均 CPU 频率。
> 需要 root 权限。
> 更多信息:<https://manned.org/cpufreq-aperf>。
- 开始计算,默认针对所有 CPU 核心和 1 秒刷新间隔:
`sudo cpufreq-aperf`
- 仅针对 CPU 1 开始计算:
`sudo cpufreq-aperf -c {{1}}`
- 针对所有 CPU 核心以 3 秒刷新间隔开始计算:
`sudo cpufreq-aperf -i {{3}}`
- 仅计算一次:
`sudo cpufreq-aperf -o`