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

24
pages.zh/linux/sprio.md Normal file
View File

@@ -0,0 +1,24 @@
# sprio
> 查看决定作业调度优先级的因素。
> 更多信息:<https://slurm.schedmd.com/sprio.html>。
- 查看所有作业调度优先级的决定因素:
`sprio`
- 查看指定作业调度优先级的决定因素:
`sprio --jobs={{job_id_1,job_id_2,...}}`
- 输出更多信息:
`sprio --long`
- 查看指定用户的作业信息:
`sprio --user={{user_name_1,user_name_2,...}}`
- 打印每个决定作业调度优先级因素的权重:
`sprio --weights`