在 Windows 10 上安装 Apachebench

标签 apachebench

晚上好。

谁能帮我获取适用于 Windows 10-64 位 API 测试的 Apache bench 软件的安装文件?我对可以从谷歌下载哪个文件感到困惑,因为存在很多链接。

我对这个工具很陌生。因此,如果有关于如何使用该软件的信息,请向我提供一些用户指南。

此致,
戈文德

最佳答案

您需要按照此链接安装 Apache HTTP Server

https://httpd.apache.org/docs/2.4/platform/win_compiling.html

确保使用 2.4 版以实现兼容性。
然后你会在 Benchmark 中找到

.\apache\bin\ab.exe

在 Windows 中推荐的安装是使用 Xampp 或类似软件,但这是原始的 Apache HTTP Server 安装

关于在 Windows 10 上安装 Apachebench,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49893994/

相关文章:

multithreading - 使用 ab 对简单的 Rust HTTP 服务器进行基准测试时出现 "Connection reset by peer"

performance - Locust 负载测试术语与 Apache Bench

java - 模拟2000个并发连接,apache bench靠谱吗?

spring-boot - 无法使用 Apache Bench 测试 Spring Boot Webflux 性能

nginx - Apache ab 不起作用 - ab : invalid URL when testing python cyclone

apache - Node.js 在 Windows 上表现不佳吗,它的基本 I/O 肯定不会比 apache 慢

java - apr_socket_recv : An established connection was aborted by the software in your host machine

benchmarking - 在负载平衡的 Tornado 站点上使用 apache 基准获取失败的请求,但没有记录

node.js - Apachebench 请求计数和 Node.js 脚本计数器不匹配