डिस्क उपयोग के लिए `शीर्ष` है [डुप्लिकेट]


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/
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.