事象
ab (apache bench) コマンドで以下のように、外部から負荷をかけてみた。
ab -n 1000 -c 1000 https://exmple.com/
でも、以下のエラーが出力されまくって、実行されていない模様。
SSL read failed (5) - closing connection
SSL read failed (5) - closing connection
SSL read failed (5) - closing connection
SSL read failed (5) - closing connection
SSL read failed (5) - closing connection
原因
相手がapacheじゃないから。
ググるとどうやら非Apacheなサーバ相手にはこの問題が発生する模様.
ab(Apache Bench)でSSLサイトに繋げない
負荷試験をしたかったのでab(apache bench)を起動したのですが,SSL read failedと言…
LBとかに先に当たるからってことかなー。
おそらく、ApacheBenchmarkのバグだと考えられます。
ApacheBenchmark(ab)実行中に問題発生:SSL read failed - closing connection
ウェブサイトで、ApacheBenchmark(ab)を実行していると以下のようなレスポンスが出ます。
**SSL read failed - closing connection**
**S
ab のバグだという情報も。
対応
Apache Jmeter
など別のツール使う。
コメント