Apache Bench工具。两个命令有什么区别

时间:2019-05-17 17:53:18

标签: networking performance-testing load-testing stress-testing apachebench

有两个ab命令:

1. ab -n 10 -c 10 -k https://i.instagram.com/api/v1/users/1920036587/info/
2. ab -n 10 -c 10 https://i.instagram.com/api/v1/users/1920036587/info/

为什么第一个在一个网络上执行不到1秒,而第二个在大约10秒上执行?我认为在这种情况下,保持活动状态并不重要,因为并发计数等于请求计数。

0 个答案:

没有答案