我正在开发一个特定的Web应用程序防火墙,我正在进行基准测试,以便在启用防火墙时查看性能下降。
我正在使用siege -c3 XXX.XXX.XXX.XXX
,但我收到了400个请求此错误:
[error] socket: -1311799552 connection timed out.: Connection timed out
[error] socket: -1303406848 connection timed out.: Connection timed out
[error] socket: -1295014144 connection timed out.: Connection timed out
注意我只使用3个并发连接,所以我想知道为什么套接字超时... 我正在使用默认的apache配置。我没有明确安装mod_evasion。 我不知道造成这种情况的原因。