freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

24
pages.ko/sunos/prstat.md Normal file
View File

@@ -0,0 +1,24 @@
# prstat
> 활성 프로세스 통계를 보고합니다.
> 더 많은 정보: <https://www.unix.com/man-page/sunos/1m/prstat>.
- 모든 프로세스 검토 및 CPU 사용량으로 정렬해 통계 보고:
`prstat`
- 모든 프로세스 검토 및 메모리 사용량으로 정렬해 통계 보고:
`prstat -s rss`
- 각 사용자에 대한 총 사용량 요약 보고:
`prstat -t`
- 마이크로스테이트 프로세스 계정 정보 보고:
`prstat -m`
- 매 초마다 상위 5개 CPU 사용 프로세스 목록 출력:
`prstat -c -n 5 -s cpu 1`