From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hagen Paul Pfeifer Subject: Re: [PATCH] KVM-test: Add two scripts to disable services for perf tests Date: Wed, 07 Sep 2011 10:07:59 +0200 Message-ID: <92c8b4dad14d65c69a8759105aa7edbf@localhost> References: <20110907060749.22304.40137.stgit@t> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: , , To: Amos Kong Return-path: Received: from alternativer.internetendpunkt.de ([88.198.24.89]:55377 "EHLO geheimer.internetendpunkt.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753565Ab1IGRBT (ORCPT ); Wed, 7 Sep 2011 13:01:19 -0400 In-Reply-To: <20110907060749.22304.40137.stgit@t> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 07 Sep 2011 14:07:49 +0800, Amos Kong wrote: > System services on guest and host take uncertain resource, it effects > the perf results. We can use the below two scripts to disable some > services of host and guest. > > stop_serivices_perf.sh is used to stop the running serivices. > off_service_perf.sh is used to off services when host starts up. > > We can use them to prepare environment for performance testcases. Which environment? I assume this should secured by an Distribution specific guard: E.g. if [ -f /etc/redhat-release ] then