apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.3k stars 2.09k forks source link

Enrich save service with JMeter JVM identifier #2404

Closed asfimport closed 14 years ago

asfimport commented 14 years ago

@pmouawad (Bug 50009): We have a scenario where we are running 3 JMETER (server) injecters on the same machine and controlling them from a remote controller. We need to distinguish results from the 3 injecters.

I have implemented a new save service property to add this information, here is how it works: 1) add in jmeter.properties or user.properties : jmeter.save.saveservice.instanceid=true 2) Add to jmeter a property called JMETER_INSTANCE_ID : -JJMETER_INSTANCE_ID=JVM1

This will make results have a new value which will appear:

I will submit a patch for this. Hope you can take this into account. Regards Philippe www.ubik-ingenierie.com

Version: Nightly OS: All

asfimport commented 14 years ago

@pmouawad (migrated from Bugzilla): Created attachment src.patch: Patch implementing requested feature

asfimport commented 14 years ago

@pmouawad (migrated from Bugzilla): Patch to nightly of 27/09/2010

asfimport commented 14 years ago

Sebb (migrated from Bugzilla): Why not use the Sample Variables feature for this?

http://jakarta.apache.org/jmeter/usermanual/listeners.html#sample_variables

asfimport commented 14 years ago

@pmouawad (migrated from Bugzilla): Hadn't thought about it. It does the job, sorry for disturbing you

Regards Philippe

asfimport commented 14 years ago

@pmouawad (migrated from Bugzilla): Feature already exists through sample_variables.