1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/linux/mpstat.md
코드싸이 c369e30f73
linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation

* linux/m*: add Korean translation
2024-11-09 13:27:56 +09:00

345 B

mpstat

CPU 사용 정보를 표시합니다. 더 많은 정보: https://manned.org/mpstat.

  • 2초마다 CPU 통계를 표시:

mpstat {{2}}

  • 2초 간격으로 하나씩 5개의 보고서 표시:

mpstat {{2}} {{5}}

  • 특정 프로세서에서 2초 간격으로 하나씩 5개의 보고서 표시:

mpstat -P {{0}} {{2}} {{5}}