1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/sstat.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

16 lines
500 B
Markdown

# sstat
> 실행 중인 작업에 대한 정보를 표시합니다.
> 더 많은 정보: <https://slurm.schedmd.com/sstat.html>.
- 쉼표로 구분된 작업 목록의 상태 정보를 표시:
`sstat --jobs={{작업_ID}}`
- 쉼표로 구분된 작업 목록의 작업 ID, 평균 CPU 및 평균 가상 메모리 크기를 파이프로 구분하여 표시:
`sstat --parsable --jobs={{작업_ID}} --format={{JobID,AveCPU,AveVMSize}}`
- 사용 가능한 필드 목록 표시:
`sstat --helpformat`