cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hi Members, We have integrated jmeter scripts with Dynatrace Managed. We are able to fetch the the response times and other metrics, but the User Sessions section is totally blank. Is there something we might me missing ?

vivek_bhandari1
Inactive

Configuration is fine, we are getting response time, dynamic requests and all other data.

1 REPLY 1

DavorinKrivak
Helper

Hi Vivek,

As far as I know, jmeter isn't capable of client-side js execution. This means no ruxit or dtagent js will get executed to pick up the session.

You could try with selenium + selenium ide to record the script. A good wrapper for selwnium is selenese runner java (https://github.com/vmi/selenese-runner-java), it's quite easy to implement, has basic reporting, but doesn't scale well for load testing. I use it mainly for functional tests.

Davorin

Featured Posts