हार्डड्राइव I / O प्रति पीआईडी


9

क्या डिस्क I / O प्रति pid / प्रक्रिया को देखने का कोई तरीका है? मॉनिटरिक्स मुझे निम्नलिखित दिखाता है और अगर मैं गलत हूं तो मुझे सही करें, लेकिन ऐसा लगता है कि हार्डड्राइव पूरे सिस्टम को धीमा कर रहा है: यहां छवि विवरण दर्ज करें

अद्यतन # 1

Atop एक महान सब कुछ ऊपर सिंहावलोकन देने लगता है।

  • क्या मैं आपसे पूछ सकता हूं कि मैंने जो प्रतीक्षा की है, उसका मतलब क्या है?
  • क्या यह डिस्क I / O से प्रतीक्षा है?

यहां छवि विवरण दर्ज करें


2
आप या तो ऊपर, iotop या pidstat है
sebelk

1
@sebelk अरे, मैंने सवाल को अपडेट किया, यह अच्छा होगा यदि आप एक नज़र डाल सकते हैं। :)
user2693017

1
यह सबसे अच्छा जवाब का चयन करने के लिए संभव नहीं था इसलिए मैंने एक लेने का फैसला किया जिसने मुझे सबसे अधिक मदद की और अन्य लोगों को उकसाया।
user2693017

@ user2693017 - यह पूरी तरह से ठीक है, ओपी के रूप में यह आपका विशेषाधिकार है जो आपकी आवश्यकताओं के अनुकूल है।
slm

जवाबों:


3

इस चित्र को देखना मेरे लिए कठिन है, लेकिन:

आदमी पर एक नज़र रखना:

मुझे आश्चर्य है कि यदि आप अंत में एक और चीज के लिए पूछ रहे हैं, तो आपके पास सीपीयू अनुभाग में:

Every  line contains the percentage of cpu time spent in kernel mode by all
active processes (`sys'), the percentage of cpu time consumed in user mode
(`user') for all active processes (including processes running with a nice
value larger than zero), the  percentage  of  cpu  time spent  for  interrupt
handling  (`irq')  including  softirq, the percentage of unused cpu time while
no processes were waiting for disk-I/O (`idle'), and the percentage of unused
cpu time while at least one process was waiting for disk-I/O (`wait').

In case of per-cpu occupation, the last column shows the cpu number and the
wait percentage (`w') for that cpu.  The number of lines showing the per-cpu
occupation can be limited.

वैसे भी आप डिस्क-विशिष्ट आँकड़े पढ़ सकते हैं:

d    Show disk-related output.

            When "storage accounting" is active in  the  kernel,  the  
            following  fields  are shown: process-id, amount of data read 
            from disk, amount of data written to disk, amount of data that 
            was written but has been withdrawn again (WCANCL), disk 
            occupation percentage and process name.

साथ ही साथ ये विकल्प हैं।

डी

    D   Sort  the  current  list  in the order of disk accesses issued.  
        The one-but-last column changes to ``DSK''.
        ...

RDDSK

RDDSK   When the kernel maintains standard io statistics (>= 2.6.20):

        The  read  data  transfer issued physically on disk (so reading from 
        the disk cache is not accounted for).
        ...

WRDSK

WRDSK   When the kernel maintains standard io statistics (>= 2.6.20):

        The  write  data  transfer  issued physically on disk (so writing to 
        the disk cache is not accounted for).  This counter is maintained 
        for the  application process  that writes its data to the cache 
        (assuming that this data is physically transferred to disk later 
        on). Notice that disk I/O needed for swapping is not taken into 
        account.
        ....

एलवीएम / MDD / DSK

LVM/MDD/DSK
        Logical volume/multiple device/disk utilization. 

        Per active unit one line is produced, sorted on unit activity.
        Such  line shows the name (e.g. VolGroup00-lvtmp for a logical
        volume or sda for a hard disk), the busy percentage i.e. the
        portion of time that the unit was busy handling requests
        (`busy'),  the  number  of  read  requests  issued  (`read'), the
        number of write requests issued (`write'), the number of KiBytes
        per read (`KiB/r'),  the  number of  KiBytes  per write
        (`KiB/w'), the number of MiBytes per second throughput for reads
        (`MBr/s'),  the  number  of  MiBytes  per second  throughput  for
        writes (`MBw/s'), the average queue depth (`avq') and the average
        number of milliseconds needed by a request (`avio') for seek,
        latency and data transfer.

        If the screen-width does not allow all of these counters, only a
        relevant subset is shown.

        The  number of lines showing the units can be limited per class
        (LVM, MDD or DSK) with the 'l' key or statically (see separate
        man-page of atoprc).  By specifying the  value  0  for  a
        particular class, no lines will be shown any more for that class.

बहुत बहुत धन्यवाद। यदि आकार के कारण यह कठिन है, तो सीधा लिंक लें: i.stack.imgur.com/5ifJi.png
user2693017

8

मेरा मानना ​​है कि बहुत सारे उपकरण हैं। उनमें से एक है pidstat:

pidstat -d 5

हर 5 सेकंड में प्रक्रियाओं का I / O दिखाता है।

उदाहरण

$ pidstat -d 5
Linux 3.12.11-201.fc19.x86_64 (greeneggs.bubba.net)     03/04/2014  _x86_64_    (4 CPU)

06:19:05 PM   UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s  Command
06:19:10 PM  1000     29486      0.00    317.93      0.00  chrome

06:19:10 PM   UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s  Command
06:19:15 PM  1000     29486      0.00    368.00      0.00  chrome

06:19:15 PM   UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s  Command
06:19:20 PM  1000     29486      0.00    591.62    836.73  chrome

06:19:20 PM   UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s  Command
06:19:25 PM  1000      2410      0.00      0.80      0.00  mono
06:19:25 PM  1000     29486      0.00    262.40      0.00  chrome
^C

Average:      UID       PID   kB_rd/s   kB_wr/s kB_ccwr/s  Command
Average:     1000      2410      0.00      0.20      0.00  mono
Average:     1000     29486      0.00    385.02    209.29  chrome

उस बिंदु से जहां आप Ctrl+ C(aka। ^C) देखते हैं, ऊपर की अवधि की अवधि के लिए योग हैं।


अच्छा, क्या यह संभव है कि इसे 1 घंटे तक चलने दें और समग्र परिणाम प्राप्त करें?
user2693017

शायद, मैंने अभी तक इसकी कोशिश नहीं की। आप जिस पीआईडी ​​का निरीक्षण करना चाहते हैं उसे भी परिभाषित कर सकते हैं।

3

इस U & L Q & A शीर्षक पर एक नज़र डालें: अमेज़ॅन EC2 माइक्रो उदाहरण IO अनुरोधों की बड़ी संख्या , जहां मैं नामक टूल के आसपास विवरण प्रदान करता हूं fatrace। मैं इसे इस प्रश्नोत्तर में भी शामिल करता हूं: उच्च I / O के लिए विशिष्ट फ़ाइल जिम्मेदार का निर्धारण

fatrace

यह लिनक्स कर्नेल और एक स्वागत योग्य के लिए एक नया अतिरिक्त है, इसलिए यह केवल नए डिस्ट्रोस जैसे कि उबंटू 12.10 में है। मेरे फेडोरा 14 सिस्टम में इसकी कमी थी 8-)।

यह एक ही पहुंच प्रदान करता है जिसे आप किसी विशेष निर्देशिका और / या फ़ाइलों को लक्षित करने के बिना इनोटिफ़ाइ के माध्यम से प्राप्त कर सकते हैं।

$ sudo fatrace
pickup(4910): O /var/spool/postfix/maildrop
pickup(4910): C /var/spool/postfix/maildrop
sshd(4927): CO /etc/group
sshd(4927): CO /etc/passwd
sshd(4927): RCO /var/log/lastlog
sshd(4927): CWO /var/log/wtmp
sshd(4927): CWO /var/log/lastlog
sshd(6808): RO /bin/dash
sshd(6808): RO /lib/x86_64-linux-gnu/ld-2.15.so
sh(6808): R /lib/x86_64-linux-gnu/ld-2.15.so
sh(6808): O /etc/ld.so.cache
sh(6808): O /lib/x86_64-linux-gnu/libc-2.15.so

उपरोक्त आपको उस प्रक्रिया आईडी को दिखाता है जो फ़ाइल को एक्सेस कर रही है और यह किस फ़ाइल तक पहुंच रही है, लेकिन यह आपको कोई संपूर्ण बैंडविड्थ उपयोग नहीं देता है, इसलिए प्रत्येक एक्सेस किसी अन्य एक्सेस के लिए अप्रभेद्य है।

ध्यान दें: fatrace एक -p PIDतर्क ले सकते हैं ताकि आप इसे एक पीआईडी ​​देखने के लिए निर्देशित कर सकें यदि आप इसके बजाय चाहते हैं।


वास्तव में अच्छा उपकरण, धन्यवाद मैं इसके बारे में नहीं जानता था!
सेवबेल

आपके पास एक संबंधित और अच्छा उपकरण है जो कि ftop है
sebelk

@sebelk - हाँ धन्यवाद, जो पहले से ही स्थापित है।
slm

मुझे यह टूल पसंद है। यह दिखाता है कि कौन सा कार्य डिस्क पर कौन सी फाइल एक्सेस करता है। इन फ़ाइलों को हालांकि mmaped भी किया जा सकता है, इसलिए केवल बफर एक्सेस होता है और कोई IO एक्सेस नहीं होता है।
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.