访问日志采样器 - 分布式测试
我正在尝试使用 JMeter 的访问日志采样器测试我们的站点,使用跨多个负载生成器的分布式测试。
在我的本地机器上测试工作正常。但是,当我尝试分发它时,测试失败,因为远程计算机似乎找不到我希望它使用的访问日志文件。
我已将文件复制到远程计算机并将其放置在 jmeter/bin 目录中,就像我将其放在本地/控制器上一样。
有什么想法吗?
谢谢
I am trying to test our site with JMeter's access log sampler, using distributed testing across several load generators.
On my local machine the test works fine. However, when I try to distribute it, then the test fails as the remote machines cannot seem to find the access log file that I want it to use.
I have copied the file to the remote machine and placed it in the jmeter/bin direcory, as I have it on the local/controller.
Any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了这个问题。我在主目录中启动远程客户端,而不是在 jmeter/bin 目录中。
我在 jmeter gui 中配置日志文件名时确实遇到了一些问题。它不断在名称开头添加 .\ 或恢复到我之前使用的另一个文件。
我通过编辑实际的 xml 解决了这个问题。
I found the issue. I was starting the remote client in the home directory and not in the jmeter/bin directory.
I did have some issues configuring the log file name in the jmeter gui. It kept adding .\ to the start of the name or reverting to a different file that I had used earlier.
I got around that by editing the actual xml.