[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin load using fsfs is agonizingly slow

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-05 04:11:17 CEST

On Oct 4, 2006, at 17:24, Keith Bottner wrote:

>> Perhaps related to http://svn.haxx.se/dev/archive-2003-04/0820.shtml
>
> This is VERY interesting. Does anybody know how I can check for
> this while running the load?

You could try reading from /dev/random and see if it takes a long
time. For example, to read 2 512-byte blocks:

time dd if=/dev/random count=2 > /dev/null 2>&1

On my Mac:

real 0m0.023s
user 0m0.002s
sys 0m0.010s

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 5 04:12:04 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.