내 I/O에 영향을 미치는 요인을 어떻게 찾나요?

내 I/O에 영향을 미치는 요인을 어떻게 찾나요?

웹 서버로 사용되는 Ubuntu Linux 상자에서 문자 그대로 I/O에 도달하는 것을 발견했습니다.

 - dysphoria():~$ iostat -d 3 3
Linux 3.13.0-45-generic (dysphoria)     2015-10-20      _x86_64_        (1 CPU)

Device:            tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
xvda             53.20      3228.67         3.63 1962017809    2203864
xvdf              0.00         0.00         0.00       1308          0

Device:            tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
xvda           1106.83     47900.72         0.00     133164          0
xvdf              0.00         0.00         0.00          0          0

Device:            tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
xvda           1003.56     53824.91         8.54     151248         24
xvdf              0.00         0.00         0.00          0          0

참고하시기 바랍니다,평균I/O는 최대 53개이지만현재의I/O가 1000을 초과했습니다! 이 문제의 원인을 어떻게 확인합니까? MySQL의 CPU 사용률이 20%인 것을 확인 했는데 top이는 fatrace도움이 되지 않습니다.

$ sudo fatrace 
read: Value too large for defined data type

나는 본 적이이 문제하지만 문제는 교환입니다. 이것이 가능하기 때문에 활성화하지 않았습니다.AWS EC2예를 들어,전자빔 시스템(비로컬) 저장소. 기계에 관한 일부 정보:

$ free -m
             total       used       free     shared    buffers     cached
Mem:          2000       1906         94          7          3       1239
-/+ buffers/cache:        663       1337
Swap:            0          0          0

$ cat /etc/issue
Ubuntu 14.04.1 LTS \n \l

$ uname -a
Linux dysphoria 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 62
model name      : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
stepping        : 4
microcode       : 0x416
cpu MHz         : 2500.058
cache size      : 25600 KB
physical id     : 0
siblings        : 1
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm xsaveopt fsgsbase smep erms
bogomips        : 5000.11
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

답변1

iotopIO 사용량이 높은 프로그램을 찾으려면 먼저 사용해야 합니다 .

그리고 사용일부 도구MySQL 모니터링에 사용됩니다.

관련 정보