디스크 사용량에 대한 '상위'가 있습니까? [중복]


29

top쉘에서 유일하게 올바른 시스템으로 디스크 사용 (쓰기 / 읽기 및 기타 멋진 기능)을 실시간으로 추적하는 방법은 무엇입니까?

특정 디렉토리를 모니터링 할 수 있다면 멋질 것입니다.

답변:


45

I / O를 추적하는 도구 (위와 같은)가 있습니다.

iotop -oPa

여기에 이미지 설명을 입력하십시오

$ apt-cache show iotop
(...)
Description-en: simple top-like I/O monitor
 iotop does for I/O usage what top(1) does for CPU usage. It watches I/O
 usage information output by the Linux kernel and displays a table of
 current I/O usage by processes on the system. It is handy for answering
 the question "Why is the disk churning so much?".
 .
 iotop can only run under a Linux 2.6.20 or later kernel built with the
 CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and
 CONFIG_VM_EVENT_COUNTERS build config options on.
Homepage: http://guichaz.free.fr/iotop/
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.