Apache 基准 HTTP GET 位置
Apache benchmark HTTP GET location
我正在使用 Apache Benchmark (ab) 对我的 Glassfish 服务器进行压力测试。静态内容(将被下载)是一个 50MB 的二进制文件。我一直在使用 AB 发出数千个请求。我的问题是
- 文件是否实际从触发 AB 命令的客户端下载?
- 如果是,文件实际下载到什么位置 (/tmp)?
- 我担心客户端可能会因这些请求很快 运行 硬盘 space 耗尽。
我在 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.
这个你不用担心。
我正在使用 Apache Benchmark (ab) 对我的 Glassfish 服务器进行压力测试。静态内容(将被下载)是一个 50MB 的二进制文件。我一直在使用 AB 发出数千个请求。我的问题是
- 文件是否实际从触发 AB 命令的客户端下载?
- 如果是,文件实际下载到什么位置 (/tmp)?
- 我担心客户端可能会因这些请求很快 运行 硬盘 space 耗尽。
我在 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.
这个你不用担心。