org.apache.jmeter.visualizers.StatVisualizer and org.apache.jorphan.math.StatCalculator are the main classes involved.
StatVisualiser is the one that defines the percentage; at present that is fixed to 0.9. On 04/05/07, Chen, Song <[EMAIL PROTECTED]> wrote:
Yes, I just want to get the result from the log file. Do you know which JMeter class deal with this? I'd like to see its source code Thanks Chen Song -----Original Message----- From: Matthew Coventon [mailto:[EMAIL PROTECTED] Sent: 2007年5月3日 20:20 To: 'JMeter Users List' Subject: RE: how to calculate the 99.9% Line Calculating percentiles is resource intensive for JMeter, so the Aggregate Report is not recommended when running a large number of threads. But you can always just record the sampler results and calculate the percentiles after the test is over. Here is a wikipedia link with the arithmetic info: http://en.wikipedia.org/wiki/Percentile Regards, Matt C. -----Original Message----- From: Chen, Song [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:14 PM To: JMeter Users List Subject: how to calculate the 99.9% Line Hello, In aggregate report only 90% Line is shown. Can we gather the 99% and 99.9% Line? Anyone knows the arithmetic, or which JMeter sourcefile to modify? Thanks Chen Song --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

