linux http压力测试工具ab

biind / 2023-09-03 / 原文

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