https://issues.apache.org/bugzilla/show_bug.cgi?id=52194
Bug #: 52194
Summary: ab "Transfer rate" unit incorrect
Product: Apache httpd-2
Version: 2.2.17
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: support
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Here is a sample output from ab
Concurrency Level: 2
Time taken for tests: 30.782 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 325644800 bytes
HTML transferred: 325578400 bytes
Requests per second: 6.50 [#/sec] (mean)
Time per request: 307.824 [ms] (mean)
Time per request: 153.912 [ms] (mean, across all concurrent requests)
Transfer rate: 10331.00 [Kbytes/sec] received
The "Transfer rate" is reported in KB/s but the computation seems to imply
KiB/s
325644800/30.782/1024 = 10331.12 KiB/s
325644800/30.782/1000 = 10579.07 KB/s
--
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]