On 24 April 2014 06:07, Manish Sapariya <[email protected]> wrote:
> I believe it will be too much data for view results tree listener to > handle. > > Perhaps. If so would also be too much for View Results in Table. For such situation I have looked at the access logs, which has every > request with time to serve. I use logstash+elasticsearch+kibana to analyze > the request with response time greater than certain threshold. > > I wish there would be something of sort where I can say jMeter, log the > response only if response time is greater than some threshold. > You can tell JMeter to save only failed responses. You can also mark responses as failed if response time is greater than some threshold. Otherwise, you can write your own Listener to save whatever you want. I tried to google, but could not find if such thing exists. > > Thanks and Regards, > Manish > Create Discoverable Videos <http://www.kpoint.com/plans/> | > @manishsapariya > > *kPoint App now available on* > > [image: > http://www.kpoint.com/wp-content/uploads/2013/10/googleplayen.png]<https://play.google.com/store/apps/details?id=com.kpoint.mauui>[image: > http://www.kpoint.com/wp-content/uploads/2013/10/applestoreen.png]<https://itunes.apple.com/us/app/kpoint/id577747737> > > > On Wed, Apr 23, 2014 at 9:25 PM, Shmuel Krakower <[email protected]>wrote: > >> Use the view results tree listener. >> >> www.beatsoo.org - free application performance monitoring from world wide >> locations. >> On Apr 23, 2014 6:53 PM, <[email protected]> wrote: >> >> > Hi, >> > >> > Is it possible to extract the raw individual response time data. I have >> > a high max rate in the aggregate report and I'd like to see at what time >> > the max rate appeared and how many times? >> > >> > Many Thanks >> > >> > Paul >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > >
