mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
517 B
517 B
atop
Linux 시스템 및 프로세스 모니터. 더 많은 정보: https://manned.org/atop.
- 시작:
atop
- 시작하고 각 프로세스의 메모리 소비량 표시:
atop -m
- 시작하고 디스크 정보 표시:
atop -d
- 시작하고 백그라운드 프로세스 정보 표시:
atop -c
- 시작하고 스레드별 자원 사용 정보 표시:
atop -y
- 시작하고 각 사용자별 프로세스 수 표시:
atop -au
- 인터랙티브 명령에 대한 도움말 표시:
?