Apache 基准 HTTP GET 位置

Apache benchmark HTTP GET location

我正在使用 Apache Benchmark (ab) 对我的 Glassfish 服务器进行压力测试。静态内容(将被下载)是一个 50MB 的二进制文件。我一直在使用 AB 发出数千个请求。我的问题是

我在 CentOS 上 运行ning AB

Does the file get actually downloaded on the client from where the AB command is triggered?

文件已下载,但未保存在文件系统中。

If yes, at what location do the files get physically downloaded (/tmp)?

如上所述,这不会发生。

I am worried that the client might soon run out of hard-disk space by these request.

这个你不用担心。