gpt4 book ai didi

Apache 基准负载测试 : mod_deflate enabled vs disabled

转载 作者:行者123 更新时间:2023-12-02 06:48:33 25 4
gpt4 key购买 nike

我正在使用 apache 基准测试运行简单的负载测试:

ab -n 1 http://localhost/mysite/index/index/

我想看看有/没有 mod_deflate 的性能

在我的 httpd.conf 中:

#mod_deflate enabled
LoadModule deflate_module modules/mod_deflate.so
#mod_deflate disabled
#LoadModule deflate_module modules/mod_deflate.so

enter image description here

  • 看起来没有 mod_deflate 的服务器比启用 mod_deflate 的服务器性能更好(请参阅“测试所用时间”、“每秒请求数”和“每个请求时间”)。

  • 另外,我不明白为什么启用 deflate 后传输总量会更大

请解释一下

谢谢

卢卡

最佳答案

默认情况下,apachebench (ab.exe) 将在不启用压缩的情况下运行。

要启用压缩,您必须向请求添加额外的 header 。

ab -n 1 -H "Accept-Encoding: gzip,deflate" "http://localhost/mysite/index/index/"

关于Apache 基准负载测试 : mod_deflate enabled vs disabled,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6305395/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com