From eacg at cin.ufpe.br Mon Jan 27 18:49:20 2014 From: eacg at cin.ufpe.br (Erico Augusto Cavalcanti Guedes) Date: Mon, 27 Jan 2014 16:49:20 -0200 Subject: -1.00 on run-time client-side stats Message-ID: Hello, on [1] there is an explanation for -1.00 values on runtime server-side stats. Nevertheless, I can't found the reasons for -1.00 values on client-side, as following: 928.25| i-FirstRound 14944211 206.01 527 52.43 0 100 928.27| i-FirstRound 14944233 22.00 27 59.09 0 100 928.29| i-FirstRound 14944233 0.00 -1 -1.00 0 100 928.30| i-FirstRound 14944233 0.00 -1 -1.00 0 100 928.32| i-FirstRound 14944335 102.01 4832 96.08 0 100 Please, what are the reasons for -1.00 log on client-side? Where can I found more informations about that (source-code?) ? Thanks a lot. Erico. [1] http://www.web-polygraph.org/docs/reference/output/console.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From rousskov at measurement-factory.com Mon Jan 27 21:17:04 2014 From: rousskov at measurement-factory.com (Alex Rousskov) Date: Mon, 27 Jan 2014 14:17:04 -0700 Subject: -1.00 on run-time client-side stats In-Reply-To: References: Message-ID: <52E6CCD0.2060905@measurement-factory.com> On 01/27/2014 11:49 AM, Erico Augusto Cavalcanti Guedes wrote: > on [1] there is an explanation for -1.00 values on runtime server-side > stats. Nevertheless, I can't found the reasons for -1.00 values on > client-side, as following: > > 928.25| i-FirstRound 14944211 206.01 527 52.43 0 100 > 928.27| i-FirstRound 14944233 22.00 27 59.09 0 100 > 928.29| i-FirstRound 14944233 0.00 -1 -1.00 0 100 > 928.30| i-FirstRound 14944233 0.00 -1 -1.00 0 100 > 928.32| i-FirstRound 14944335 102.01 4832 96.08 0 100 > > Please, what are the reasons for -1.00 log on client-side? No responses were received during those two intervals (response rate 0.00 and the total transaction count stayed at 14944233). In such cases, Polygraph reports negative response time and hit ratio (any other number would be misleading). > Where can I found more informations about that (source-code?) ? I good place to start is the StatCycle::report() method, which will lead you to StatIntvlRec::linePrintAll(). HTH, Alex. > [1] http://www.web-polygraph.org/docs/reference/output/console.html