You mean the individual per-operation response time? We don't keep that
data as it bloats memory consumption or causes unwanted I/O. You can get
many of the timestamps by enabling some logs in the logging.properties.
But we only display data from a single thread - thread 0. It is used for
validation purposes and not for any calculation.
-Akara
Harold Lim wrote:
Hi Akara,
Is it possible to get the raw data? i.e., the data before taking the average?
Thanks,
Harold
--- On Tue, 9/15/09, Akara Sucharitakul <[email protected]> wrote:
From: Akara Sucharitakul <[email protected]>
Subject: Re: Question about Olio/Faban Generated Plots
To: [email protected]
Date: Tuesday, September 15, 2009, 4:11 PM
It's the average response time for
each interval. The data used for plotting is in your output
directory $FABAN/output/<runid>/detail.xan. It is a
text file you can view with any editor. Thanks.
-Akara
Harold Lim wrote:
Hi All,
How are response time reported in the plot? Is it
smoothed (weighted moving average?) Or is it simply the raw
data?
Also, is the raw data stored somewhere (ie., response
time at each interval)? Is it possible for me to get a hold
of these?
Thanks,
Harold