模拟二进制文件位置

Simulation binaries file location

我是第一次使用加特林机。尝试从 运行 可用的 jar 文件 运行 进行负载测试,jar 文件也恰好包含模拟二进制文件。

考虑到以上,-bf

的参数值是多少

命令行参数 bf 指定 request-bodies-folder(文件夹路径):

-bf <path> | –request-bodies-folder <path> | Uses <path> as the folder where request bodies are stored
(http://gatling.io/docs/2.1.7/general/configuration.html#command-line-options)

此文件夹包含名为 HTTP Request Bodies 的数据文件(例如 JSON-文件),您可以在 运行 负载测试时在请求中使用。

Note: When you pass a path, Gatling searches first for an absolute path in the classpath and then in the request-bodies directory.