首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >哪些文件正在/dev/sda中更新或写入?

哪些文件正在/dev/sda中更新或写入?
EN

Unix & Linux用户
提问于 2013-01-14 03:41:06
回答 2查看 282关注 0票数 0
代码语言:javascript
复制
root@host [/etc]# iostat -xk
Linux 2.6.32-279.19.1.el6.x86_64 (host.superhostsite.com)       01/13/2013      _x86_64_        (24 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          12.53    0.19    3.72    0.18    0.00   83.38

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await  svctm  %util
sda               0.24   252.39   13.95    4.24   381.61  1026.56   154.88     1.35   73.99   1.67   3.04
sdb               0.00    12.88   62.55  134.82   755.65  1146.14    19.27     0.82    4.17   0.10   1.92
sdc               0.01   129.31   28.19  298.49   451.10  1711.38    13.24     0.21    0.63   0.05   1.75

root@host [/etc]# mount
/dev/sda3 on / type ext4 (rw,noatime,noload,data=ordered,commit=10)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda1 on /boot type ext4 (rw)
/dev/sdb1 on /home2 type ext2 (rw,noatime)
/dev/sdc1 on /home3 type ext4 (rw,noatime,noload,data=ordered,commit=10)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/usr/tmpDSK on /tmp type ext3 (rw,noexec,nosuid,loop=/dev/loop0)
/tmp on /var/tmp type none (rw,noexec,nosuid,bind)
root@host [/etc]#

1026 wKB/s,73秒等待。那里写的是什么?这会让整个服务器变慢。

SDA是唯一不是SSD的驱动器。这可能是瓶颈。

我正在考虑的一种方法是在如何了解最近更新的文件中解决

但是,sda作为根,被挂载在/

sdb和sdc中有一些文件是编写的,但我不关心它们。

碘顶-o -a产量

代码语言:javascript
复制
Total DISK READ: 1314.41 K/s | Total DISK WRITE: 3.58 M/s
  TID  PRIO  USER     DISK READ  DISK WRITE  SWAPIN     IO>    COMMAND
13266 be/4 root          0.00 B      2.22 M  0.00 %  0.67 % [flush-8:16]
  880 be/3 root          0.00 B    144.00 K  0.00 %  0.61 % [jbd2/sda3-8]
 1778 be/4 root          0.00 B      0.00 B  0.00 %  0.08 % [kjournald]
  940 be/4 root          0.00 B   1024.00 K  0.00 %  0.04 % [flush-8:32]
26823 be/4 nudenude     24.00 K    300.00 K  0.00 %  0.01 % php /home2/nudenude/public_html/hello/index.php
 1775 be/0 root          0.00 B     56.00 K  0.00 %  0.00 % [loop0]
27273 be/4 nudenude      8.00 K    360.00 K  0.00 %  0.01 % [php]
  128 be/4 root          0.00 B      4.00 K  0.00 %  0.00 % [sync_supers]
 8414 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
24938 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
24997 be/4 nobody        0.00 B     16.00 K  0.00 %  0.00 % httpd -k start -DSSL
25068 be/4 nobody        0.00 B     12.00 K  0.00 %  0.00 % httpd -k start -DSSL
25070 be/4 nobody        0.00 B     12.00 K  0.00 %  0.00 % httpd -k start -DSSL
25074 be/4 nobody        0.00 B     16.00 K  0.00 %  0.00 % httpd -k start -DSSL
25075 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
25076 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
 4215 be/4 root          0.00 B      4.00 K  0.00 %  0.00 % whostmgrd - serving 139.193. --llu=1357836602 --listen=3,4,5,6,7,8
 4117 be/4 nobody        0.00 B     12.00 K  0.00 %  0.00 % httpd -k start -DSSL
21264 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
25398 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17226 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
21331 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
21332 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17290 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
17296 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
  938 be/4 root          0.00 B     24.00 K  0.00 %  0.00 % [flush-8:0]
17358 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
21467 be/4 nobody        0.00 B     20.00 K  0.00 %  0.00 % httpd -k start -DSSL
17372 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
21470 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
21471 be/4 nobody        0.00 B     16.00 K  0.00 %  0.00 % httpd -k start -DSSL
17377 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
17381 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
17465 be/4 nobody        0.00 B     12.00 K  0.00 %  0.00 % httpd -k start -DSSL
17467 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17483 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17492 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17501 be/4 nobody        0.00 B     12.00 K  0.00 %  0.00 % httpd -k start -DSSL
17507 be/4 nobody        0.00 B      4.00 K  0.00 %  0.00 % httpd -k start -DSSL
17509 be/4 nobody        0.00 B      8.00 K  0.00 %  0.00 % httpd -k start -DSSL
EN

回答 2

Unix & Linux用户

回答已采纳

发布于 2013-01-14 04:49:28

您希望按照链接中指定的方式使用find,但是使用额外的-mount标志,这将限制find仅限于当前文件系统,而忽略其他任何文件系统。

-mount 不降低其他文件系统上的目录。-xdev的替代名称,用于与find的其他版本兼容。

票数 1
EN

Unix & Linux用户

发布于 2013-01-14 04:34:59

如果您确实看到它正在发生,请使用iotop

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/61210

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档