diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2017-02-07 18:52:35 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-02-08 05:24:31 +0000 |
commit | 1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f (patch) | |
tree | 8d19c9a0228dfe86148259f462b4dc6271fc8d78 /docs/report/testpmd_performance_tests | |
parent | 11253012ed3eacf12d3536e060d46138141aac23 (diff) |
csit rls1701 report nits and updates:
- Completed paragraph for each thput and latency graph in report describing: graphs title, x-axis, y-axis, legend.
Change-Id: Ia45e2da2623b909123f6b3d4abe65e6caf72e058
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'docs/report/testpmd_performance_tests')
-rw-r--r-- | docs/report/testpmd_performance_tests/packet_latency_graphs/l2.rst | 7 | ||||
-rw-r--r-- | docs/report/testpmd_performance_tests/packet_throughput_graphs/l2.rst | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/report/testpmd_performance_tests/packet_latency_graphs/l2.rst b/docs/report/testpmd_performance_tests/packet_latency_graphs/l2.rst index a323761133..fc2e833967 100644 --- a/docs/report/testpmd_performance_tests/packet_latency_graphs/l2.rst +++ b/docs/report/testpmd_performance_tests/packet_latency_graphs/l2.rst @@ -7,8 +7,11 @@ throughput rate. Latency is reported for Testpmd running in multiple configurations of Testpmd worker thread(s), a.k.a. Testpmd data plane thread
(s), and their physical CPU core(s) placement.
-Title of each graph is a regex (regular expression) matching all plotted
-test case throughput measurements.
+*Title of each graph* is a regex (regular expression) matching all plotted
+latency test cases, *X-axis labels* are indeces of csit-dpdk-perf-1701 jobs
+that created result output files used as data sources for the graph,
+*Y-axis labels* are measured packet Latency [uSec] values, and the *graph
+legend* identifes the plotted test suites.
.. note::
diff --git a/docs/report/testpmd_performance_tests/packet_throughput_graphs/l2.rst b/docs/report/testpmd_performance_tests/packet_throughput_graphs/l2.rst index 31a3d31b66..ee79a4c6d0 100644 --- a/docs/report/testpmd_performance_tests/packet_throughput_graphs/l2.rst +++ b/docs/report/testpmd_performance_tests/packet_throughput_graphs/l2.rst @@ -7,8 +7,11 @@ performance illustrating NDR throughput (zero packet loss) and PDR throughput Testpmd worker thread (a.k.a. VPP data plane thread) and physical CPU core
configurations.
-Title of each graph is a regex (regular expression) matching plotted
-test cases.
+*Title of each graph* is a regex (regular expression) matching all plotted
+throughput test cases, *X-axis labels* are indeces of csit-dpdk-perf-1701 jobs
+that created result output files used as data sources for the graph,
+*Y-axis labels* are measured Packets Per Second [pps] values, and the *graph
+legend* identifes the plotted test suites.
.. note::
|