AB Apache 테스트를 수행했는데 괜찮은 것 같지만 웹사이트를 로드할 때 오류가 발생합니다.

AB Apache 테스트를 수행했는데 괜찮은 것 같지만 웹사이트를 로드할 때 오류가 발생합니다.

저는 온라인 쇼핑 웹사이트를 운영하고 있으며 WordPress, WooCommerce, W3 Total Cache를 사용하고 있습니다.

나는 AB를 한다:

    ab -l -r -n 600 -c 30 -k -H "Accept-Encoding: gzip, deflate"

그리고 나는 다음과 같은 결과를 얻습니다.

    Server Software:        LiteSpeed
    Server Hostname:        *******************
    Server Port:            80

    Document Path:          /
    Document Length:        Variable

    Concurrency Level:      30
    Time taken for tests:   31.311 seconds
    Complete requests:      600
    Failed requests:        0
    Keep-Alive requests:    0
    Total transferred:      6349627 bytes
    HTML transferred:       6210786 bytes
    Requests per second:    19.16 [#/sec] (mean)
    Time per request:       1565.550 [ms] (mean)
    Time per request:       52.185 [ms] (mean, across all concurrent requests)
    Transfer rate:          198.04 [Kbytes/sec] received

    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:      167  389 272.8    346    3408
    Processing:   234 1057 1371.0    442   12508
    Waiting:      195  495 482.7    386    4968
    Total:        405 1446 1394.5    851   12808

    Percentage of the requests served within a certain time (ms)
      50%    851
      66%    992
      75%   1664
      80%   2421
      90%   3442
      95%   4078
      98%   6122
      99%   6766
     100%  12808 (longest request)

괜찮은 것 같지만 문제는하루에 20/30번나는요청 시간 초과오류, 때로는 다른 오류가 발생합니다. 호스팅에 연락했더니 항상 괜찮다고 하더군요. 혼란스러워요. 내가 묻는 건... 내 테스트에 문제가 있는 걸까요??? 감사해요...

관련 정보