JMeter - 访问日志采样器设置默认应用程序。姓名

发布于 2024-08-21 11:44:36 字数 243 浏览 6 评论 0原文

我试图实现以下目标:

我想使用 tomcat accesslog 文件并将其加载到 jmeter 中并运行它。我遇到的问题是,例如访问日志行如下所示:

“GET /MyApp/... HTTP/1.1”

我需要的是能够更改应用程序名称(MyApp)。我没有发现任何有用的信息是否可能或如何实现。我读过,但是可以通过使用 HTTP 请求默认配置来完成。我无法让它工作。我希望我能足够恰当地表达我的问题,任何帮助都会受到赞赏。

i'm trying to achieve the following:

i want to use a tomcat accesslog file and load it into jmeter and run it. The problem i run into is that for example a accesslog line looks like this:

"GET /MyApp/... HTTP/1.1"

What i need is to be able to change the applications name (MyApp). I did not find anything usefull if this is possible or how. I read however it could be done by using HTTP request default configuration. I could not get it working. I hope i could express my problem appropriate enough, any help is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愁以何悠 2024-08-28 11:44:36

这似乎不可能开箱即用,但应该通过为 访问日志采样器或通过扩展它。该文档解释了要实现哪些接口以及要查看哪些类。

This doesn't seem possible out of the box but it should be by writing your own parser for the Access Log Sampler or by extending it. The documentation explains which interfaces to implement and which classes to look at.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文