From owner-freebsd-performance@FreeBSD.ORG Sun Feb 1 20:23:22 2004 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544AD16A4CE; Sun, 1 Feb 2004 20:23:22 -0800 (PST) Received: from f21.mail.ru (f21.mail.ru [194.67.57.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F7443D41; Sun, 1 Feb 2004 20:23:21 -0800 (PST) (envelope-from shmukler@mail.ru) Received: from mail by f21.mail.ru with local id 1AnVcF-00095l-00; Mon, 02 Feb 2004 07:23:19 +0300 Received: from [24.184.137.78] by msg.mail.ru with HTTP; Mon, 02 Feb 2004 07:23:19 +0300 From: =?koi8-r?Q?=22?=Igor Shmukler=?koi8-r?Q?=22=20?= To: =?koi8-r?Q?=22?=Robert Watson=?koi8-r?Q?=22=20?= Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [24.184.137.78] Date: Mon, 02 Feb 2004 07:23:19 +0300 In-Reply-To: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: cc: freebsd-performance@freebsd.org Subject: Re[2]: realistic web benchmark X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?koi8-r?Q?=22?=Igor Shmukler=?koi8-r?Q?=22=20?= List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 04:23:22 -0000 > > I hope this is not entirely off topic. > > > > I am looking for some kind of realistic httpd performance benchmark. > > There are number of papers discussing how such benchmark could be > > constructed, but I was cusrious whether there is one available in a > > source form. > > In the past, I've used webstone for some web performance benchmarking. > Recently, we've also been contacted with regard to a test suite named Web > Polygraph. I probably was not 100% clear when I asked the question. Sorry. I am looking for test that would tell me how will server perform in the field on WAN. Webstone is a bit naive about benchmarking. It allows comparison of server scores, however the fact that a particular OS/server combination scores higher does not guaranatee that it will have higher thoughput in real life situation. I scanned briefly through Web Polygraph's documentation and it seems like more powerful tool, but I could not find how to emulate large delays and packet loss common for WANs. IS.