Hi ZK, Thanks that debug sampler shows me my reg expression is working but I'm only really interested in the total number of matches for each occurrence after the thread group has finished executing (not the number of times its found in a single thread execution) and would ideally like to chart them Its to demo a load balancer does actually distribute the requests to different servers and I'd like to run jmeter for X threads and at the end have a chart that shows the total each server handled.
Is it possible to chart counters in jmeter? Michael -----Original Message----- From: ZK [mailto:[email protected]] Sent: 12 March 2014 09:07 To: [email protected] Subject: Re: Display User Variable in Results Hi, one possibility is: you could just use a debug sampler after the regular expression extractor this would list all the values you want to review If you set the 'Match No.' of the Regular Expression Extractor to be -1 there will be a variable named: 'RespondingMachine_MatchNr', this would inform you of how many matches your regEx has found Alternately you could write some beanshell code and output the variables to the console ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Display-User-Variable-in-Results-tp5719555p5719559.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
