【问题标题】:OpenLiteSpeed Poor Performance and SSL handshake failed(5)OpenLiteSpeed 性能不佳和 SSL 握手失败 (5)
【发布时间】:2020-12-05 13:09:51
【问题描述】:

我正在使用 OpenLiteSpeed + Wordpress + LiteSpeed 缓存 (https://marketplace.digitalocean.com/apps/openlitespeed-wordpress)。我不知道为什么性能很糟糕。此外,当我进行负载测试时,会出现许多“SSL 握手失败 (5)”错误。对于 SSL 证书,我是从 Let's Encrypt 获得的。有什么建议吗?谢谢。

OpenLiteSpeed httpd_config.conf

CPU 大部分时间都是空闲的。

【问题讨论】:

  • 你做了什么 ab 命令?
  • 我用的是h2load,请看上图。
  • 错误信息在哪里? h2load 说 0 失败 0 错误
  • 你看。每秒只有 10 个请求。太慢了。
  • 是动态请求还是缓存的静态请求?默认情况下,OLS 将 PHP 最大连接数限制为 10

标签: linux wordpress ubuntu ssl openlitespeed


【解决方案1】:

这似乎是您的测试客户端问题。请在同一区域准备您的客户端服务器以避免任何网络延迟问题。例如,我启动了一个加利福尼亚节点并运行相同的基准测试命令,结果比你的快 8 倍。

h2load -n 100000 -c 100 -t 1 -T 5 -m 10 -H 'Accept-Encoding: gzip,deflate'

https://www.gospel4china.org/

starting benchmark...

spawning thread #0: 100 total client(s). 100000 total requests

TLS Protocol: TLSv1.3

Cipher: TLS_AES_256_GCM_SHA384

Server Temp Key: X25519 253 bits

Application protocol: h2

progress: 10% done

progress: 20% done

progress: 30% done

progress: 40% done

progress: 50% done

progress: 60% done

progress: 70% done

progress: 80% done

progress: 90% done

progress: 100% done



finished in 13.83s, 7232.49 req/s, 218.66MB/s

requests: 100000 total, 100000 started, 100000 done, 100000 succeeded, 0 failed, 0 errored, 0 timeout

status codes: 100000 2xx, 0 3xx, 0 4xx, 0 5xx

traffic: 2.95GB (3170223982) total, 1.16MB (1219082) headers (space savings 99.47%), 2.95GB (3165400000) data

                     min         max         mean         sd        +/- sd

time for request:      536us       3.65s    113.50ms    195.50ms    89.74%

time for connect:    14.72ms     87.00ms     49.23ms     18.02ms    63.00%

time to 1st byte:    74.08ms    114.00ms     89.39ms     10.21ms    59.00%

req/s           :      72.34      132.13       88.26        9.67    79.00%

仅供参考,对于此类服务器/网络问题,请下次在 serverfault 中发布。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-07-28
    • 1970-01-01
    • 2012-10-11
    • 2015-03-16
    • 2021-12-28
    • 2018-10-17
    • 2016-04-29
    相关资源
    最近更新 更多