Hi Hemanth, We have checked the "Retrieve all Embedded Resources" option in HTTP Request window and implemented the Regular expression to excluding those Embedded URLs and notified those URL's are not getting download in View Results tree but still observing High Response time.
So, with this "Retrieve all Embedded Resources" option we are getting all non-html resources been downloaded , but getting very High Response Time(if we compare manual through) bcz of may be some other embedded resources included which are not tagged and located with main http request. So , we need to get only non-html resource which are tagged to main http request and located with it in a physical address and it's individual Response times Thanks, Devath. On Fri, Mar 27, 2015 at 7:10 PM, Pratapi Hemant Patel < [email protected]> wrote: > Hi Devath, > As discussed on phone, u can use regex in URL must match in http request. > For excluding some urls, u can write regex in such a way that exclude some > urls. > You can refer this > > * > http://community.blazemeter.com/knowledgebase/articles/140841-excluding-certain-domains-from-the-load-test > < > http://community.blazemeter.com/knowledgebase/articles/140841-excluding-certain-domains-from-the-load-test > >* > > > > Thanks and Regards > Hemant > 9013982184 > > On Fri, Mar 27, 2015 at 6:50 PM, Devath Naik <[email protected]> > wrote: > > > Hi Hemanth, > > > > Thank you so much for your quick response and being patient in > > understanding our issue. > > > > As discussed, we have implemented the suggestion given by you but still > the > > luck is not in our favor. > > > > Thanks & Regards, > > Devath Naik > > > > On Fri, Mar 27, 2015 at 12:47 PM, Pratapi Hemant Patel < > > [email protected]> wrote: > > > > > Hi, > > > You can use BeanShell Listener/Jsr223 Listener > > > In which you can access JMeter api. > > > For example in JSR223 Listener, > > > > > > SampleResult[] subResults = sampleResult.getSubResults(); > > > > > > for(int i=0; i<subResults.length; i++){ > > > > > > long time = subResults[i].getTime(); //response time > > > > > > } > > > > > > Now u can access response time of individuals request. > > > Use other jmeter apis for more functionality. > > > > > > > > > > > > Thanks and Regards > > > Hemant > > > 9013982184 > > > > > > On Fri, Mar 27, 2015 at 12:15 PM, Devath Naik <[email protected] > > > > > wrote: > > > > > > > Hi ALL, > > > > > > > > > > > > > > > > We are using JMeter 2.11 for doing detailed performance analysis of a > > web > > > > application. > > > > > > > > > > > > > > > > There are multiple embedded resources (js/css) in a good number of > web > > > > pages. Though we exclude them while recording, when we replay the > > server > > > > still responds by automatically a good number of these embedded > > resources > > > > too. > > > > > > > > > > > > > > > > Thus, to analyze the response time details further, we feel the need > of > > > the > > > > breakdown of response time of each hit. So, is there a way in JMeter > > > where > > > > we can get the response time split up of each of this hit separately > > > along > > > > with the total response time (elapsed time) of the http GET call. > > > > > > > > > > > > > > > > Do feel free to let us know if you need any other details. > > > > > > > > > > > > Thanks, > > > > > > > > Devath > > > > > > > > > >
