linux/a*: add and update Korean translation (#14680)
* 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>
This commit is contained in:
32
pages.ko/linux/atop.md
Normal file
32
pages.ko/linux/atop.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# atop
|
||||
|
||||
> Linux 시스템 및 프로세스 모니터.
|
||||
> 더 많은 정보: <https://manned.org/atop>.
|
||||
|
||||
- 시작:
|
||||
|
||||
`atop`
|
||||
|
||||
- 시작하고 각 프로세스의 메모리 소비량 표시:
|
||||
|
||||
`atop -m`
|
||||
|
||||
- 시작하고 디스크 정보 표시:
|
||||
|
||||
`atop -d`
|
||||
|
||||
- 시작하고 백그라운드 프로세스 정보 표시:
|
||||
|
||||
`atop -c`
|
||||
|
||||
- 시작하고 스레드별 자원 사용 정보 표시:
|
||||
|
||||
`atop -y`
|
||||
|
||||
- 시작하고 각 사용자별 프로세스 수 표시:
|
||||
|
||||
`atop -au`
|
||||
|
||||
- 인터랙티브 명령에 대한 도움말 표시:
|
||||
|
||||
`?`
|
Reference in New Issue
Block a user