In Bytes throughput Over Time, sent bytes is in fact received bytes and received bytes contains sent bytes (which is for now an unavailable metric).
Created attachment 34210 [details] Patch fixing the bug
Author: pmouawad Date: Tue Sep 6 15:45:38 2016 New Revision: 1759448 URL: http://svn.apache.org/viewvc?rev=1759448&view=rev Log: Bug 60089 Report / Dashboard : Bytes throughput Over Time has reversed Sent and Received bytes Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60089 Modified: jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java jmeter/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryConsumer.java jmeter/trunk/src/core/org/apache/jmeter/report/processor/graph/impl/BytesThroughputGraphConsumer.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4092