top
쉘에서 유일하게 올바른 시스템으로 디스크 사용 (쓰기 / 읽기 및 기타 멋진 기능)을 실시간으로 추적하는 방법은 무엇입니까?
특정 디렉토리를 모니터링 할 수 있다면 멋질 것입니다.
답변
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/