You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Joerg Erdmenger <jo...@woerd.com> on 2001/10/10 15:01:13 UTC

slightly off-topic: Re: Benchmark results

Hi,


> --------------------------------------------
> ab -c 20 -t 20 http://somedomain/somepath/velocitypage.vm
> --------------------------------------------

as a Java/velocity newbie (albeit having followed that list for a couple of
month now): What is that ab command/program you use to gather benchmark
results?

Joerg


Re: slightly off-topic: Re: Benchmark results

Posted by Bojan Smojver <bo...@binarix.com>.
Joerg Erdmenger wrote:
> 
> Hi,
> 
> > --------------------------------------------
> > ab -c 20 -t 20 http://somedomain/somepath/velocitypage.vm
> > --------------------------------------------
> 
> as a Java/velocity newbie (albeit having followed that list for a couple of
> month now): What is that ab command/program you use to gather benchmark
> results?

Comes with Apache... Apache HTTP server benchmarking tool.

Bojan