Hello,
I plan to integrate our LoadRunner scripts with Dynatrace
I understand that once the test is run we can see the LoadRunner transactions as tagged web requests
I would like to know how long they exist there?is that configurable
and what would be the best way to archive or store those tagged web requests to compare baselines for future runs
appreciate your input
Answer by Roman S. ·
Hi,
For load testing scenarios we typically add start/stop session recording calls before/after the load test is run. Those calls can be made through a web service interface on the dynaTrace server or a command line utility (for Linux/Windows). That way you have one session for each load test and how long you keep those is only determined by how much disk space you have...
Best, Roman
Thank you had another question in this context
A LoadRunner transaction is not necessarily a single web request often loadrunnner subtransactions are incorporated to capture
time independently for additional web requests.so the addDynaTraceHeader.. statement should that be one per every web request or
one per every loadrunner transaction?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET