>I am building an realtime alerting system for our company website. In which case a custom listener is a better fit
>If I use System.currentTimeMillis() No need. Even if you dont use a listener , the sample result does store these values On Thu, May 3, 2012 at 5:52 PM, chaitanya bhatt <[email protected]>wrote: > Thanks Deepak, > > I am building an realtime alerting system for our company website. > > If I use System.currentTimeMillis() and store the values before and after > the transaction and then find the difference will it represent a reasonably > approximate response time? In any case there is definitely some amount > of computational time involved while processing the request before sending > it to the outputstream which I want to filter from my response value. Is > there a way I can do this? > > Thanks > Chaitanya Bhatt > On Thu, May 3, 2012 at 5:23 PM, Deepak Shetty <[email protected]> wrote: > > > It's possible (write a class that maintains this data across threads - > > invoke it in beanshell and return the values and put them into whatever > > variable you want , appropriately dealing with concurrent access while > not > > totally messing up the throughput) > > However you probably need to state what you are trying to accomplish. > > > > > > On Thu, May 3, 2012 at 5:16 PM, chaitanya bhatt > > <[email protected]>wrote: > > > > > Group, > > > > > > In Jmeter is it possible to store transaction response time(min,max and > > > average) in a variable during runtime? > > > > > > Thanks > > > Chaitanya Bhatt > > > > > >
