On Sat, Sep 06, 2003 at 02:24:51PM +0100, Andrew M. Bishop wrote:
> Andy Rabagliati <[EMAIL PROTECTED]> writes:
> 
> > These directories can get really big, and can take a significant
> > time to open.

> What size directories do you have that cause problems?

Some numbers here:

up to 1 URL:  27,8%
up to 5 URL:  49,4%
up to 10:     62,8%
up to 20:     76,0%
up to 100:    91,4%
up to 1000:   99,7%

Top 2:
27028 /var/spool/wwwoffle/http/www.heise.de
2956 /var/spool/wwwoffle/http/heise.ivwbox.de

bolte:~ # time find  /var/spool/wwwoffle/http/www.heise.de -maxdepth 1 -type f > 
/dev/null 
real    2m8.254s
user    0m0.550s
sys     2m5.960s

bolte:~ # time find  /var/spool/wwwoffle/http/heise.ivwbox.de -maxdepth 1 -type f > 
/dev/null 
real    0m1.655s
user    0m0.020s
sys     0m1.530s

Both results are from second run. Hardware P2-200, 64MB, 13GB IDE hard disk (EXT2)

Christian

-- 
Christian Knoke          * * *          http://www.cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

Reply via email to