On 24 February 2014 14:32, Dan Ledgard <[email protected]> wrote: > Hi > > I am using JMeter for loading a system under test that is monitored by an > APM solution. This uses an HTTP header to identify webpages or web service > requests. > > I currently have an HTTP Request sampler with retrieve all embedded > resources enabled and a child > HTTP Header Manager defining the header. Unfortunately this results in the > main request and all embedded resource requests having this header, with > the APM then aggregating response times across all of these. > > Ideally I am looking for the main requests to be aggregated separately to > the embedded resources and so would like to set the header to a different > value. > > I cannot see a way to do this with the current components, does anyone know > the best way to approach this. Would I need to look at extending the HTTP > Request sampler?
You can save subsample details when using XML format. It should then be possible to extract the information that you want. It may also be possible to write a PostProcessor to massage the results to remove the headers that are not wanted. > thanks > > Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
