问题描述
我正在尝试将我的JMeter脚本转换为dynatrace感知的脚本.Dynatrace发布了一种应该自动执行的工具.
I'm trying to convert my JMeter script into dynatrace aware one.Dynatrace has published a tool which supposed to do it automatically.
链接到源: https://community.dynatrace.com/community/display/DL/JMeter+Integration
./JMeterConvert.sh -source old.jmx -target new.jmx
我想知道是否有人尝试这样做.
在终端上运行以上命令后,我得到的新脚本看起来完全相同-dynatrace标头未得到应用.我会很高兴找到以前尝试过的人.
I'm wondering if there is anyone there who has tried to do it.
After running above in terminal i end up with new script looking exactly the same - dynatrace headers are not being applied.I would be grateful to find someone who has attempted it before.
推荐答案
如果您正在寻找与Dynatrace进行最新,简单的Apache JMeter集成,请查看由UbikLoadPack提供的JMeter监视插件:
If you're looking for an up to date and simple Apache JMeter integration with Dynatrace, then have a look at the Monitoring Plugin for JMeter provided by UbikLoadPack:
- https://ubikloadpack.com/tryout.php (select Monitoring)
此插件可让您集成:
- Dynatrace AppMon 来记录Dynatrace会话并标记Web请求
- Dynatrace One Agent 能够关联响应时间,其他监视图和人工分析智能
- Dynatrace AppMon to record Dynatrace sessions and tag Web Requests
- Dynatrace One Agent to be able to correlate response times, other monitoring graphs and Artificial Intelligence for analysis
免责声明:我们是此解决方案的提供商
Disclaimer : We are providers of this solution
这篇关于使用JMeterConvert.sh与JMeter进行Dynatrace集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!