From patchwork Wed Apr 7 08:49:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Feng Yang X-Patchwork-Id: 90976 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o378nQmR032379 for ; Wed, 7 Apr 2010 08:49:26 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751293Ab0DGItW (ORCPT ); Wed, 7 Apr 2010 04:49:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45458 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790Ab0DGItV (ORCPT ); Wed, 7 Apr 2010 04:49:21 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o378nJ4c013549 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 7 Apr 2010 04:49:20 -0400 Received: from localhost.localdomain ([10.66.91.72]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o378nGdv009801; Wed, 7 Apr 2010 04:49:17 -0400 From: Feng Yang To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Feng Yang Subject: [PATCH 1/3] KVM Test: Add control file dbench.control.200 for dbench Date: Wed, 7 Apr 2010 16:49:14 +0800 Message-Id: <1270630156-9904-1-git-send-email-fyang@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 07 Apr 2010 08:49:26 +0000 (UTC) diff --git a/client/tests/kvm/autotest_control/dbench.control.200 b/client/tests/kvm/autotest_control/dbench.control.200 new file mode 100644 index 0000000..c648f7a --- /dev/null +++ b/client/tests/kvm/autotest_control/dbench.control.200 @@ -0,0 +1,20 @@ +TIME="SHORT" +AUTHOR = "Martin Bligh " +DOC = """ +dbench is one of our standard kernel stress tests. It produces filesystem +load like netbench originally did, but involves no network system calls. +Its results include throughput rates, which can be used for performance +analysis. + +More information on dbench can be found here: +http://samba.org/ftp/tridge/dbench/README + +Currently it needs to be updated in its configuration. It is a great test for +the higher level I/O systems but barely touches the disk right now. +""" +NAME = 'dbench' +TEST_CLASS = 'kernel' +TEST_CATEGORY = 'Functional' +TEST_TYPE = 'client' + +job.run_test('dbench', seconds=200)