I verified bugs 60210 and 60229 that they added sentBytes to JTL output. But the Aggregate Report (and others) have only KB/s (which is assumed to be received KB/s) and NOT Sent (KB/s). This will be a very useful metrics. thanks Ahmad
Author: pmouawad Date: Thu Oct 13 19:39:42 2016 New Revision: 1764772 URL: http://svn.apache.org/viewvc?rev=1764772&view=rev Log: Bug 60250 - Need to Add Sent KB/s in Statistics Report of HTML Dashboard Bugzilla Id: 60250 Modified: jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr jmeter/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryConsumer.java jmeter/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryData.java jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/xdocs/changes.xml
@Ahmad, I updated the HTML report for now. You can test nightly build and give your feedback. I created bug 60252 for your initial request on Summary and Aggregate report but for now I cannot tell you when it's implemented.
I will test it tomorrow.
Author: pmouawad Date: Mon Oct 17 20:11:29 2016 New Revision: 1765366 URL: http://svn.apache.org/viewvc?rev=1765366&view=rev Log: 60250 : Report / Dashboard : Need to Add Sent KB/s in Statistics Report of HTML Dashboard Avoid failure when reading a 3.0 file with default configuration. Default sent_bytes to 0 Default connect to 0 Bugzilla Id: 60250 Modified: jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java jmeter/trunk/src/core/org/apache/jmeter/report/core/SampleMetadata.java
(In reply to Ahmad from comment #3) > I will test it tomorrow. Hello, Any feedback on bug fixes: - Bug 60252 - This one ? Thanks
I verified today on https://groups.google.com/forum/#!topic/jmeter-plugins/2BjDQts2Y0Y Thank you