Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B58611A94 for ; Sun, 13 Jul 2014 18:25:18 +0000 (UTC) Received: (qmail 18139 invoked by uid 500); 13 Jul 2014 18:25:18 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 18104 invoked by uid 500); 13 Jul 2014 18:25:18 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 18090 invoked by uid 99); 13 Jul 2014 18:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2014 18:25:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2014 18:25:17 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id F2E3B5B8 for ; Sun, 13 Jul 2014 18:24:56 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache subversion Wiki To: Apache subversion Wiki Date: Sun, 13 Jul 2014 18:24:56 -0000 Message-ID: <20140713182456.95243.3029@eos.apache.org> Subject: =?utf-8?q?=5BSubversion_Wiki=5D_Trivial_Update_of_=22MeasuringRepositoryP?= =?utf-8?q?erformance=22_by_StefanFuhrmann?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" fo= r change notification. The "MeasuringRepositoryPerformance" page has been changed by StefanFuhrman= n: https://wiki.apache.org/subversion/MeasuringRepositoryPerformance?action=3D= diff&rev1=3D1&rev2=3D2 Comment: typo = With this [[https://svn.apache.org/repos/asf/subversion/trunk/tools/dev/b= enchmarks/RepoPerf/copy_repo.py|python script]], you also get random data f= iles of up to the specified size being written in between revisions. Those= get deleted once the copy is complete. Depending on the OS / SAN heuristic= s, this may mimic the presence of other repositories growing as the copied = one does. Moreover, multiple repositories get copied at once in a round-ro= bin interleaved scheme, i.e. copy rev 0 of all repositories, then rev 1 of = all repositories, etc. = - The spacing parameter should be equal to the average revision data being = written to other repos for each revision / packed shard copy round. IOW so= mething like (total size of "missing" repos) / (number of revs in copied re= pos). As that may result in too much transiently disk space being allocati= on, you may use 128 here. That plays well with typical RAID strip and OS p= refetch sizes. + The spacing parameter should be equal to the average revision data being = written to other repos for each revision / packed shard copy round. IOW so= mething like (total size of "missing" repos) / (number of revs in copied re= pos). As that may result in too much transiently disk space being allocate= d, you may use 128 here. That plays well with typical RAID strip and OS pr= efetch sizes. = =3D=3D What to test =3D=3D Before you conduct performance tests, you need to decide upon the scenari= os as well as what kind of conclusions you want to be able to draw from the= results. For the latter, it is often useful to identify the components an= d settings involved and to be able to isolate their contribution.