https://issues.apache.org/bugzilla/show_bug.cgi?id=50088

           Summary: getAvgPageBytes in SamplingStatCalculator does not
                    what it says
           Product: JMeter
           Version: 2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]


getAvgPageBytes in StatCalculator is correct, but in SamplingStatCalculator, it
divides through the duration of the sample (and not, as the comment is saying,
divided by the number ob samples), resulting in about the same value than
geKBPerSecond.

Change this.getElapsed() / 1000 to this.getCount().

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to