标签: apachebench
我观察到ab工具发送的请求超过了使用-n选项指定的请求。
示例:ab -n 100 -c 10 http://example.com/
我在服务器端收到101或更多。我想知道为什么吗?