X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fdoc%2Fgraphs_improvements.rst;h=05db16e6bffe59e68e77c8af778dcebc5f54d1b0;hp=336faf9748f56e822721715ec38cc428b834d37a;hb=7bcbdcb30d2eea8fe7e1fb60696e39abef897920;hpb=8243ea78854683f2f80da53d8f197f10316e4801 diff --git a/resources/tools/presentation/doc/graphs_improvements.rst b/resources/tools/presentation/doc/graphs_improvements.rst index 336faf9748..05db16e6bf 100644 --- a/resources/tools/presentation/doc/graphs_improvements.rst +++ b/resources/tools/presentation/doc/graphs_improvements.rst @@ -21,7 +21,6 @@ rst2html5 tool: - `Speedup Multi-core`_ - `Packet Throughput`_ - `Packet Latency`_ -- `HTTP-TCP Performance`_ **New graphs to be added** @@ -55,7 +54,6 @@ Priorities release. - `Packet Latency`_ -- `HTTP-TCP Performance`_ Modifications of existing graphs -------------------------------- @@ -195,51 +193,6 @@ The statistical data are displayed as hover information. - y-axis label: "Packet Latency min/avg/max [uSec]", middle, left - legend: "Indexed Test Cases [idx]", bottom, left, font size 16 -.. _HTTP-TCP Performance: - -HTTP/TCP Performance -```````````````````` - -The "HTTP/TCP Performance" graph will display the measured data using -statistical box graph separately for "Connections per second" and "Requests per -second". Each data point is constructed from 10 samples. The statistical data -are displayed as hover information. - -.. image:: pic/graph-http-cps.svg - :width: 800 px - :scale: 50 % - :align: center - :alt: Graph "HTTP/TCP Performance" not found. - -.. image:: pic/graph-http-rps.svg - :width: 800 px - :scale: 50 % - :align: center - :alt: Graph "HTTP/TCP Performance" not found. - -**Description:** - -*Data displayed:* - -- requests / connections per second, the same tests configured for 1, 2 and - 4 cores (3 data points in each graph) -- x-axis: indexed test cases -- y-axis: requests/connections per second, linear scale, beginning with 0 -- hover information: statistical data (min, lower fence, q1, median, q3, - higher fence, max), test case name - -*Layout:* - -- plot type: statistical box (plotly.graph_objs.Box) -- data series format: box -- title: "VPP HTTP Server Performance", top, centered, font size 18 -- x-axis: integers, font size 16, bottom -- x-axis label: "Indices of Test Cases [Index]", bottom, centered, font size 16 -- y-axis: floats, starting with 0, dynamic range, linear, font size 16, left -- y-axis label: "Connections per second [cps]", "Requests per second [rps]", - top, left -- legend: "Indexed Test Cases [idx]", bottom, left, font size 16 - New graphs to be added ----------------------