Track results of a regular expression extractor in JMeter

Posted by Glenn Slaven on Stack Overflow See other posts from Stack Overflow or by Glenn Slaven
Published on 2010-03-28T23:47:56Z Indexed on 2010/03/28 23:53 UTC
Read the original article Hit count: 423

Filed under:
|
|

Our server returns a custom 'X-Execution-Time' HTTP response header that returns in miliseconds the time between the server getting a request and our code returning a page, ie how long our code takes to run. I'm using JMeter to do some testing & I'd like to be able to report on this number of over time. I've setup this regular expression extractor: X-Execution-Time:\s(\d+) but I don't know how to get JMeter to report on this number per request so i can get a trend over time

© Stack Overflow or respective owner

Related posts about jmeter

Related posts about regex