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

20
pages.zh/linux/sdiag.md Normal file
View File

@@ -0,0 +1,20 @@
# sdiag
> 显示关于 `slurmctld` 执行的信息。
> 更多信息:<https://slurm.schedmd.com/sdiag.html>。
- 显示与 `slurmctld` 执行相关的所有性能计数器:
`sdiag --all`
- 重置与 `slurmctld` 执行相关的性能计数器:
`sdiag --reset`
- 指定输出格式:
`sdiag --all --{{json|yaml}}`
- 指定要发送命令的集群:
`sdiag --all --cluster={{cluster_name}}`