在window系统下,先定位到apache安装目录的bin文件夹。
使用
ab -n1000 -c10 http://localhost:80/
命令。
其中,n参数表示请求数,c参数表示并发数。
(在powershell中可能需要打成.ab才能运行)