Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756187AbXHWBGj (ORCPT ); Wed, 22 Aug 2007 21:06:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751836AbXHWBG3 (ORCPT ); Wed, 22 Aug 2007 21:06:29 -0400 Received: from mailhost.nmt.edu ([129.138.4.52]:37054 "EHLO mailhost.nmt.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340AbXHWBG3 (ORCPT ); Wed, 22 Aug 2007 21:06:29 -0400 Date: Wed, 22 Aug 2007 19:06:26 -0600 From: Valerie Henson To: linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: Rodrigo Rubira Branco , Brian Twichell , Yong Cai Subject: [ANNOUNCE] ebizzy 0.2 released Message-ID: <20070823010626.GC11402@rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Original-Status: RO Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1420 Lines: 37 ebizzy is designed to generate a workload resembling common web application server workloads. It is especially useful for testing changes to memory management, and whenever a highly threaded application with a large working set and many vmas is needed. This is release 0.2 of ebizzy. It reports a rate of transactions per second, compiles on Solaris, and scales better. Thanks especially to Rodrigo Rubira Branco, Brian Twichell, and Yong Cai for their work on this release. Available for download at the fancy new Sourceforge site: http://sourceforge.net/projects/ebizzy/ ChangeLog below. -VAL 2008-08-15 Valerie Henson * Release 0.2. * Started reporting a rate of transactions per second rather than just measuring the time. * Solaris compatibility, thanks to Rodrigo Rubira Branco for frequent patches and testing. * rand() was limiting scalability, use cheap dumb inline "random" function to avoid that. Thanks to Brian Twichell for finding it and Yong Cai for testing. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/