1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/sinfo.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/shar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/sqfstar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

632 B

sinfo

Slurm 노드 및 파티션 정보를 표시합니다. 같이 보기: squeuesbatch, 이는 Slurm 작업 관리자에 포함됩니다. 더 많은 정보: https://slurm.schedmd.com/sinfo.html.

  • 클러스터의 빠른 요약 개요 표시:

sinfo --summarize

  • 클러스터 전체의 모든 파티션에 대한 자세한 상태 보기:

sinfo

  • 특정 파티션에 대한 자세한 상태 보기:

sinfo --partition {{파티션_이름}}

  • 유휴 노드 정보 보기:

sinfo --states {{idle}}

  • 죽은 노드 요약:

sinfo --dead

  • 죽은 노드와 그 이유 나열:

sinfo --list-reasons