1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00
tldr/pages.ko/linux/atop.md
Managor 25f9b19324
pages*/linux/*: apply keypress specifications to translations (#15907)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-23 01:43:13 +02:00

32 lines
519 B
Markdown

# atop
> Linux 시스템 및 프로세스 모니터.
> 더 많은 정보: <https://manned.org/atop>.
- 시작:
`atop`
- 시작하고 각 프로세스의 메모리 소비량 표시:
`atop -m`
- 시작하고 디스크 정보 표시:
`atop -d`
- 시작하고 백그라운드 프로세스 정보 표시:
`atop -c`
- 시작하고 스레드별 자원 사용 정보 표시:
`atop -y`
- 시작하고 각 사용자별 프로세스 수 표시:
`atop -au`
- 인터랙티브 명령에 대한 도움말 표시:
`<?>`