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:
16
pages.ko/linux/mpstat.md
Normal file
16
pages.ko/linux/mpstat.md
Normal 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}}`
|
Reference in New Issue
Block a user