RE: [JMeter] Contribution: Adding a function

2010-09-21 Thread Jens Müller
Better of course: public String execute(SampleResult previousResult, Sampler currentSampler) throws InvalidVariableException { return JMeterContextService.getContext().getCurrentSampler().getName(); } return currentSampler.getName();

Confirm bug: Transaction controller

2010-10-13 Thread Jens Müller
Can you confirm this is a bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=50080 and if not - tell how to get only samples from transaction controllers not including the timer durations. Thank you.