开发者

Performance/Load testing subversion

I'm ab开发者_StackOverflow中文版out to switch storage solution for a apache based subversion server and in order to compare the performance between the two solutions I need to measure the performance in a repeatable way.

Are there any performance test tools out there that are capable of performance testing a subversion installation?

The only one I've found googling was http://sourceforge.net/projects/mstone/ but since it's for unix and I need to do this on Windows clients I'm reluctant to use it.


One simple test you could try is to dump and load your repository with each storage solution. You don't need to test the Apache front end since you're interested in comparing storage solutions. A dump and load should exercise Subversion enough to measure if there's a significant difference between solutions. You'd just need to time something like this:

svnadmin dump /path/to/repository > /tmp/svn.dump
svnadmin create /path/to/test
svnadmin load < /tmp/svn.dump

Another option is to test the raw disk performance, see Measuring Disk Performance using bonnie++.


I recently found collabnet's benchmark tool they use for comparing different versions of subversion. I'm using that now to get some end-to-end performance figures.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜