linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

16
pages.ko/linux/mpstat.md Normal file
View File

@@ -0,0 +1,16 @@
# mpstat
> CPU 사용 정보를 표시합니다.
> 더 많은 정보: <https://manned.org/mpstat>.
- 2초마다 CPU 통계를 표시:
`mpstat {{2}}`
- 2초 간격으로 하나씩 5개의 보고서 표시:
`mpstat {{2}} {{5}}`
- 특정 프로세서에서 2초 간격으로 하나씩 5개의 보고서 표시:
`mpstat -P {{0}} {{2}} {{5}}`