Hi, I called strace to give me some more information, and I figured out that my find hangs in the function getdents64() ... I found some information about this function, and I already mounted my ext3 filesystem nodiratime ... but with no success.
The vmstat and iostat output does not differ that much while running find or not, but only the amount of processes in uninterruptable sleep growed by 1. --Michael > -----Ursprüngliche Nachricht----- > Von: Vidar Tyldum Hansen [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 12. Mai 2006 19:31 > An: Michael Mertel > Cc: [email protected] > Betreff: Re: AW: AW: /var/spool/cyrus-imap/proc locked or just slow? > > Michael Mertel, 12.05.2006 18:06: > > Hi, > > > > the output of vmstat and iostat does not differ while > running find or not. > > Open 3 terminals. > In 1: vmstat 2s > In 2: iostat 2s > > In the third you trigger the long wait. > > >>>>>>>>>>>>>> not running find<<<<<<<<<<<<<<<<<<< > > procs -----------memory---------- ---swap-- -----io---- > --system-- ----cpu---- > > r b swpd free buff cache si so bi bo > in cs us sy id wa > > 0 36 0 786140 81264 978672 0 0 11 114 > 78 235 1 1 98 0 > > > > > > Linux 2.4.32-1trsmp (myserver) 05/12/06 > > > > avg-cpu: %user %nice %sys %iowait %idle > > 1.26 0.00 0.53 0.00 98.21 > > > > Device: tps Blk_read/s Blk_wrtn/s Blk_read > Blk_wrtn > > sda 38.39 86.30 915.06 1684338 > 17860208 > > sda1 0.03 1.98 0.02 38632 > 360 > > sda2 0.00 0.00 0.00 8 > 0 > > sda3 38.13 54.21 915.04 1058026 > 17859848 > > > > > >>>>>>>>>>>>>> running find<<<<<<<<<<<<<<<<<<< > > procs -----------memory---------- ---swap-- -----io---- > --system-- ----cpu---- > > r b swpd free buff cache si so bi bo > in cs us sy id wa > > 0 38 0 785396 81452 979092 0 0 11 114 > 78 235 1 1 98 0 > > > > > > Linux 2.4.32-1trsmp (myserver) 05/12/06 > > > > avg-cpu: %user %nice %sys %iowait %idle > > 1.25 0.00 0.53 0.00 98.21 > > > > Device: tps Blk_read/s Blk_wrtn/s Blk_read > Blk_wrtn > > sda 38.39 86.25 915.04 1684706 > 17873380 > > sda1 0.03 1.98 0.02 38632 > 380 > > sda2 0.00 0.00 0.00 8 > 0 > > sda3 38.13 54.19 915.02 1058394 > 17873000 > > > > > > --Michael > > > > -----Ursprüngliche Nachricht----- > > Von: Vidar Tyldum Hansen [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 12. Mai 2006 17:38 > > An: Michael Mertel > > Cc: [email protected] > > Betreff: Re: AW: /var/spool/cyrus-imap/proc locked or just slow? > > > > Michael Mertel, 12.05.2006 17:48: > >> Hi Mike, > >> > >> no messages, so hopefully no corruption :) > > > > Try iostat and/or vmstat when it hangs. > > Paste output :) > > > > > > ____________ > > Virus checked by G DATA AntiVirusKit > > Version: AVK 16.7330 from 12.05.2006 > > Virus news: www.antiviruslab.com > > _______________________________________________ > > tsl-discuss mailing list > > [email protected] > > http://lists.trustix.org/mailman/listinfo/tsl-discuss > > > ____________ Virus checked by G DATA AntiVirusKit Version: AVK 16.7346 from 13.05.2006 Virus news: www.antiviruslab.com _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
