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

@@ -0,0 +1,16 @@
# sh5util
> 合并由 `sacct_gather_profile` 插件生成的 HDF5 文件。
> 更多信息:<https://slurm.schedmd.com/sh5util.html>。
- 合并为指定作业或步骤在每个分配节点上生成的 HDF5 文件:
`sh5util --jobs={{job_id|job_id.step_id}}`
- 从合并的作业文件中提取一个或多个数据系列:
`sh5util --jobs={{job_id|job_id.step_id}} --extract -i {{path/to/file.h5}} --series={{Energy|Filesystem|Network|Task}}`
- 从合并的作业文件中提取所有节点的一个数据项:
`sh5util --jobs={{job_id|job_id.step_id}} --item-extract --series={{Energy|Filesystem|Network|Task}} --data={{data_item}}`