有什么好的软件可以用来测试web服务性能?

有什么好的软件可以用来测试web服务性能?

要找一个客户端,能模拟许多用户同时向web服务器发起http请求,然后在web服务器上安装上一个软件,用来监视其性能的变化.
现在有哪种软件可以实现我的这一目标?包括客户端与服务器上的那个监控软件.知道的人介绍下.呵,谢谢了
ab
C:\Documents and Settings\Administrator>ab --help
ab: wrong number of arguments
Usage: ab [options] [http://]hostname[:port]/path
Options are:
    -n requests     Number of requests to perform
    -c concurrency  Number of multiple requests to make
    -t timelimit    Seconds to max. wait for responses
    -p postfile     File containing data to POST
    -T content-type Content-type header for POSTing
    -v verbosity    How much troubleshooting info to print
    -w              Print out results in HTML tables
    -i              Use HEAD instead of GET
    -x attributes   String to insert as table attributes
    -y attributes   String to insert as tr attributes
    -z attributes   String to insert as td or th attributes
    -C attribute    Add cookie, eg. 'Apache=1234. (repeatable)
    -H attribute    Add Arbitrary header line, eg. 'Accept-Enco
                    Inserted after all normal header lines. (re
    -A attribute    Add Basic WWW Authentication, the attribute
                    are a colon separated username and password
    -P attribute    Add Basic Proxy Authentication, the attribu
                    are a colon separated username and password
    -X proxy:port   Proxyserver and port number to use
    -V              Print version number and exit
    -k              Use HTTP KeepAlive feature
    -d              Do not show percentiles served table.
    -S              Do not show confidence estimators and warni
    -g filename     Output collected data to gnuplot format fil
    -e filename     Output CSV file with percentages served
    -h              Display usage information (this message)
楼上的,你这是什么系统的?为什么在XP下输入ab会说是找不出这个命令.还有,我的web服务器是linux系统的.不是windows的.
ab是APACHE带的一个压力测试软件,在$APACHE_HOME/bin下
用jakarta-jmeter-2.1.1吧