C++项目
webbench 测压软件 最高并发3W webbench做测试时自身也会消耗CPU和内存资源,为了测试准确,需要将webbench安装在别的服务器上。 1234tar -xzvf webbench-1.5.tar.gzcd webbench-1.5apt-get install ctagsmake && make install 测试 1webbench -c 1000 -t 5 http://127.0.0.1:9999/index.html //1000个客户端 5秒钟时间 github 1git clone https://github.com/SYaoJun/W...




