linux http压力测试工具ab

yum -y install httpd-tools

ab -n 1000 -c 100 -p ~/postfile -T application/x-www-form-urlencoded http://192.168.0.102:8080/test/test


ab -n 1000 -c 100 http://192.168.0.102:8080/test/test

 

posted on 2023-09-03 08:50  biind  阅读(106)  评论(0编辑  收藏  举报