aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-07-13 21:15:50 +0200
committerTibor Frank <tifrank@cisco.com>2020-07-13 21:15:50 +0200
commitfaf579e9471ee8bd4e9c20beb40ed526d276b59c (patch)
treea72faeeed0febee9bcede9d80bcbf3cf9e8549d1
parentca585727f655942827ea4db1ae0318485655a109 (diff)
Report: remove wrk tests
Change-Id: Ie3f6ad2e4b5542e915f310c7b9ebeddf88b6fd8a Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/methodology_hoststack_testing/index.rst1
-rw-r--r--docs/report/introduction/methodology_hoststack_testing/methodology_http_tcp_with_wrk.rst39
-rw-r--r--docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst111
-rw-r--r--resources/tools/presentation/doc/graphs_improvements.rst47
-rw-r--r--resources/tools/presentation/doc/pal_lld.rst2
-rw-r--r--resources/tools/presentation/doc/pic/graph-http-cps.svg541
-rw-r--r--resources/tools/presentation/doc/pic/graph-http-rps.svg544
-rw-r--r--resources/tools/presentation/specification.yaml46
8 files changed, 1 insertions, 1330 deletions
diff --git a/docs/report/introduction/methodology_hoststack_testing/index.rst b/docs/report/introduction/methodology_hoststack_testing/index.rst
index e7b5b79610..5feb9cccd2 100644
--- a/docs/report/introduction/methodology_hoststack_testing/index.rst
+++ b/docs/report/introduction/methodology_hoststack_testing/index.rst
@@ -3,6 +3,5 @@ Hoststack Testing
.. toctree::
- methodology_http_tcp_with_wrk
methodology_tcp_with_iperf3
methodology_quic_with_vppecho
diff --git a/docs/report/introduction/methodology_hoststack_testing/methodology_http_tcp_with_wrk.rst b/docs/report/introduction/methodology_hoststack_testing/methodology_http_tcp_with_wrk.rst
deleted file mode 100644
index f5da5339a0..0000000000
--- a/docs/report/introduction/methodology_hoststack_testing/methodology_http_tcp_with_wrk.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-HTTP/TCP with WRK
-^^^^^^^^^^^^^^^^^
-
-`WRK HTTP benchmarking tool <https://github.com/wg/wrk>`_ is used for
-TCP/IP and HTTP tests of VPP Host Stack and built-in static HTTP server.
-WRK has been chosen as it is capable of generating significant TCP/IP
-and HTTP loads by scaling number of threads across multi-core processors.
-
-This in turn enables high scale benchmarking of the VPP Host Stack TCP/IP
-and HTTP service including HTTP TCP/IP Connections-Per-Second (CPS) and
-HTTP Requests-Per-Second.
-
-The initial tests are designed as follows:
-
-- HTTP and TCP/IP Connections-Per-Second (CPS)
-
- - WRK configured to use 8 threads across 8 cores, 1 thread per core.
- - Maximum of 50 concurrent connections across all WRK threads.
- - Timeout for server responses set to 5 seconds.
- - Test duration is 30 seconds.
- - Expected HTTP test sequence:
-
- - Single HTTP GET Request sent per open connection.
- - Connection close after valid HTTP reply.
- - Resulting flow sequence - 8 packets: >Syn, <Syn-Ack, >Ack, >Req,
- <Rep, >Fin, <Fin, >Ack.
-
-- HTTP Requests-Per-Second
-
- - WRK configured to use 8 threads across 8 cores, 1 thread per core.
- - Maximum of 50 concurrent connections across all WRK threads.
- - Timeout for server responses set to 5 seconds.
- - Test duration is 30 seconds.
- - Expected HTTP test sequence:
-
- - Multiple HTTP GET Requests sent in sequence per open connection.
- - Connection close after set test duration time.
- - Resulting flow sequence: >Syn, <Syn-Ack, >Ack, >Req[1], <Rep[1],
- .., >Req[n], <Rep[n], >Fin, <Fin, >Ack.
diff --git a/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst b/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst
deleted file mode 100644
index 52d87239d3..0000000000
--- a/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst
+++ /dev/null
@@ -1,111 +0,0 @@
-
-.. raw:: latex
-
- \clearpage
-
-.. raw:: html
-
- <script type="text/javascript">
-
- function getDocHeight(doc) {
- doc = doc || document;
- var body = doc.body, html = doc.documentElement;
- var height = Math.max( body.scrollHeight, body.offsetHeight,
- html.clientHeight, html.scrollHeight, html.offsetHeight );
- return height;
- }
-
- function setIframeHeight(id) {
- var ifrm = document.getElementById(id);
- var doc = ifrm.contentDocument? ifrm.contentDocument:
- ifrm.contentWindow.document;
- ifrm.style.visibility = 'hidden';
- ifrm.style.height = "10px"; // reset to minimal height ...
- // IE opt. for bing/msn needs a bit added or scrollbar appears
- ifrm.style.height = getDocHeight( doc ) + 4 + "px";
- ifrm.style.visibility = 'visible';
- }
-
- </script>
-
-HTTP/TCP with WRK
-~~~~~~~~~~~~~~~~~
-
-Performance graphs are generated by multiple executions of the same
-performance tests across physical testbeds hosted LF FD.io labs: 3n-hsw.
-Box-and-Whisker plots are used to display variations in measured
-throughput values, without making any assumptions of the underlying
-statistical distribution.
-
-For each test case, Box-and-Whisker plots show the quartiles (Min, 1st
-quartile / 25th percentile, 2nd quartile / 50th percentile / mean, 3rd
-quartile / 75th percentile, Max) across collected data set. Outliers are
-plotted as individual points.
-
-Additional information about graph data:
-
-#. **X-axis Labels**: indices of individual test suites as listed in
- Graph Legend.
-
-#. **Y-axis Labels**: measured Connections Per Second [cps] or Requests Per
- Second [rps] throughput values.
-
-#. **Graph Legend**: lists X-axis indices with associated CSIT test
- suites executed to generate graphed test results.
-
-#. **Hover Information**: lists minimum, first quartile, median,
- third quartile, and maximum. If either type of outlier is present the
- whisker on the appropriate side is taken to 1.5×IQR from the quartile
- (the "inner fence") rather than the max or min, and individual outlying
- data points are displayed as unfilled circles (for suspected outliers)
- or filled circles (for outliers). (The "outer fence" is 3×IQR from the
- quartile.)
-
-.. note::
-
- Data sources for reported test results: i) `FD.io test executor vpp
- performance job 2n-clx`_, ii) archived FD.io jobs test result `output files
- <../../_static/archive/>`_.
-
- CSIT source code for the test cases used for plots can be found in
- `CSIT git repository <https://git.fd.io/csit/tree/tests/vpp/perf/tcp?h=rls2001>`_.
-
-.. raw:: latex
-
- \clearpage
-
-Connections per second
-----------------------
-
-.. raw:: html
-
- <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/http-server-performance-cps.html"></iframe>
-
-.. raw:: latex
-
- \begin{figure}[H]
- \centering
- \graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{http-server-performance-cps}
- \label{fig:http-server-performance-cps}
- \end{figure}
-
-.. raw:: latex
-
- \clearpage
-
-Requests per second
--------------------
-
-.. raw:: html
-
- <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/http-server-performance-rps.html"></iframe>
-
-.. raw:: latex
-
- \begin{figure}[H]
- \centering
- \graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{http-server-performance-rps}
- \label{fig:http-server-performance-rps}
- \end{figure}
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
----------------------
diff --git a/resources/tools/presentation/doc/pal_lld.rst b/resources/tools/presentation/doc/pal_lld.rst
index ec4c97b454..9569433760 100644
--- a/resources/tools/presentation/doc/pal_lld.rst
+++ b/resources/tools/presentation/doc/pal_lld.rst
@@ -834,7 +834,7 @@ latency in a box chart):
The structure of the section "Plot" is as follows (example of a plot showing
VPP HTTP server performance in a box chart with pre-defined data
-"plot-vpp-httlp-server-performance" set and plot layout "plot-cps"):
+"plot-vpp-http-server-performance" set and plot layout "plot-cps"):
::
diff --git a/resources/tools/presentation/doc/pic/graph-http-cps.svg b/resources/tools/presentation/doc/pic/graph-http-cps.svg
deleted file mode 100644
index 8b0e134dcb..0000000000
--- a/resources/tools/presentation/doc/pic/graph-http-cps.svg
+++ /dev/null
@@ -1,541 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.2" width="150mm" height="170mm" viewBox="0 0 15000 17000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
- <defs class="ClipPathGroup">
- <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
- <rect x="0" y="0" width="15000" height="17000"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="15" y="17" width="14970" height="16966"/>
- </clipPath>
- </defs>
- <defs>
- <font id="EmbeddedFont_1" horiz-adv-x="2048">
- <font-face font-family="DejaVuSans embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1879" descent="476"/>
- <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
- <glyph unicode="x" horiz-adv-x="1086" d="M 1124,1120 L 719,575 1145,0 928,0 602,440 276,0 59,0 494,586 96,1120 313,1120 610,721 907,1120 1124,1120 Z"/>
- <glyph unicode="v" horiz-adv-x="1086" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481,0 61,1120 Z"/>
- <glyph unicode="t" horiz-adv-x="689" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 375,278 388,219 413,193 438,167 488,154 565,154 L 754,154 754,0 565,0 C 423,0 325,27 271,80 217,133 190,229 190,369 L 190,977 55,977 55,1120 190,1120 190,1438 375,1438 Z"/>
- <glyph unicode="s" horiz-adv-x="848" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631,993 571,993 480,993 411,979 366,951 320,923 297,881 297,825 297,782 313,749 346,725 379,700 444,677 543,655 L 606,641 C 737,613 830,574 885,523 940,472 967,400 967,309 967,205 926,123 844,62 761,1 648,-29 504,-29 444,-29 382,-23 317,-12 252,0 183,18 111,41 L 111,231 C 179,196 246,169 312,152 378,134 443,125 508,125 595,125 661,140 708,170 755,199 778,241 778,295 778,345 761,383 728,410 694,437 620,462 506,487 L 442,502 C 328,526 246,563 195,613 144,662 119,730 119,817 119,922 156,1004 231,1061 306,1118 412,1147 549,1147 617,1147 681,1142 741,1132 801,1122 856,1107 907,1087 Z"/>
- <glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,983 590,983 510,949 455,882 399,814 371,717 371,590 L 371,0 186,0 186,1120 371,1120 371,946 C 410,1014 460,1065 522,1098 584,1131 659,1147 748,1147 761,1147 775,1146 790,1145 805,1143 822,1140 841,1137 L 842,948 Z"/>
- <glyph unicode="p" horiz-adv-x="1007" d="M 371,168 L 371,-426 186,-426 186,1120 371,1120 371,950 C 410,1017 459,1066 518,1099 577,1131 647,1147 729,1147 865,1147 976,1093 1061,985 1146,877 1188,735 1188,559 1188,383 1146,241 1061,133 976,25 865,-29 729,-29 647,-29 577,-13 518,20 459,52 410,101 371,168 Z M 997,559 C 997,694 969,801 914,878 858,955 781,993 684,993 587,993 510,955 455,878 399,801 371,694 371,559 371,424 399,318 455,241 510,164 587,125 684,125 781,125 858,164 914,241 969,318 997,424 997,559 Z"/>
- <glyph unicode="o" horiz-adv-x="1033" d="M 627,991 C 528,991 450,953 393,876 336,799 307,693 307,559 307,425 336,320 393,243 450,166 528,127 627,127 725,127 803,166 860,243 917,320 946,426 946,559 946,692 917,797 860,875 803,952 725,991 627,991 Z M 627,1147 C 787,1147 913,1095 1004,991 1095,887 1141,743 1141,559 1141,376 1095,232 1004,128 913,23 787,-29 627,-29 466,-29 341,23 250,128 159,232 113,376 113,559 113,743 159,887 250,991 341,1095 466,1147 627,1147 Z"/>
- <glyph unicode="n" horiz-adv-x="927" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
- <glyph unicode="m" horiz-adv-x="1615" d="M 1065,905 C 1111,988 1166,1049 1230,1088 1294,1127 1369,1147 1456,1147 1573,1147 1663,1106 1726,1025 1789,943 1821,827 1821,676 L 1821,0 1636,0 1636,670 C 1636,777 1617,857 1579,909 1541,961 1483,987 1405,987 1310,987 1234,955 1179,892 1124,829 1096,742 1096,633 L 1096,0 911,0 911,670 C 911,778 892,858 854,910 816,961 757,987 678,987 584,987 509,955 454,892 399,828 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 413,1015 463,1065 522,1098 581,1131 650,1147 731,1147 812,1147 882,1126 939,1085 996,1044 1038,984 1065,905 Z"/>
- <glyph unicode="k" horiz-adv-x="980" d="M 186,1556 L 371,1556 371,637 920,1120 1155,1120 561,596 1180,0 940,0 371,547 371,0 186,0 186,1556 Z"/>
- <glyph unicode="i" horiz-adv-x="186" d="M 193,1120 L 377,1120 377,0 193,0 193,1120 Z M 193,1556 L 377,1556 377,1323 193,1323 193,1556 Z"/>
- <glyph unicode="h" horiz-adv-x="927" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1556 371,1556 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
- <glyph unicode="f" horiz-adv-x="716" d="M 760,1556 L 760,1403 584,1403 C 518,1403 472,1390 447,1363 421,1336 408,1288 408,1219 L 408,1120 711,1120 711,977 408,977 408,0 223,0 223,977 47,977 47,1120 223,1120 223,1198 C 223,1323 252,1414 310,1471 368,1528 460,1556 586,1556 L 760,1556 Z"/>
- <glyph unicode="e" horiz-adv-x="1033" d="M 1151,606 L 1151,516 305,516 C 313,389 351,293 420,227 488,160 583,127 705,127 776,127 844,136 911,153 977,170 1043,196 1108,231 L 1108,57 C 1042,29 974,8 905,-7 836,-22 765,-29 694,-29 515,-29 374,23 270,127 165,231 113,372 113,549 113,732 163,878 262,986 361,1093 494,1147 662,1147 813,1147 932,1099 1020,1002 1107,905 1151,773 1151,606 Z M 967,659 C 966,760 938,841 883,901 828,961 755,991 664,991 561,991 479,962 418,904 356,846 320,764 311,659 L 967,659 Z"/>
- <glyph unicode="d" horiz-adv-x="1006" d="M 930,950 L 930,1556 1114,1556 1114,0 930,0 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 Z M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z"/>
- <glyph unicode="c" horiz-adv-x="874" d="M 999,1077 L 999,905 C 947,934 895,955 843,970 790,984 737,991 684,991 565,991 472,953 406,878 340,802 307,696 307,559 307,422 340,316 406,241 472,165 565,127 684,127 737,127 790,134 843,149 895,163 947,184 999,213 L 999,43 C 948,19 895,1 840,-11 785,-23 726,-29 664,-29 495,-29 361,24 262,130 163,236 113,379 113,559 113,742 163,885 264,990 364,1095 501,1147 676,1147 733,1147 788,1141 842,1130 896,1118 948,1100 999,1077 Z"/>
- <glyph unicode="a" horiz-adv-x="953" d="M 702,563 C 553,563 450,546 393,512 336,478 307,420 307,338 307,273 329,221 372,183 415,144 473,125 547,125 649,125 731,161 793,234 854,306 885,402 885,522 L 885,563 702,563 Z M 1069,639 L 1069,0 885,0 885,170 C 843,102 791,52 728,20 665,-13 589,-29 498,-29 383,-29 292,3 225,68 157,132 123,218 123,326 123,452 165,547 250,611 334,675 460,707 627,707 L 885,707 885,725 C 885,810 857,875 802,922 746,968 668,991 567,991 503,991 441,983 380,968 319,953 261,930 205,899 L 205,1069 C 272,1095 338,1115 401,1128 464,1141 526,1147 586,1147 748,1147 869,1105 949,1021 1029,937 1069,810 1069,639 Z"/>
- <glyph unicode="]" horiz-adv-x="425" d="M 623,1556 L 623,-270 199,-270 199,-127 438,-127 438,1413 199,1413 199,1556 623,1556 Z"/>
- <glyph unicode="[" horiz-adv-x="425" d="M 176,1556 L 600,1556 600,1413 360,1413 360,-127 600,-127 600,-270 176,-270 176,1556 Z"/>
- <glyph unicode="V" horiz-adv-x="1351" d="M 586,0 L 16,1493 227,1493 700,236 1174,1493 1384,1493 815,0 586,0 Z"/>
- <glyph unicode="T" horiz-adv-x="1271" d="M -6,1493 L 1257,1493 1257,1323 727,1323 727,0 524,0 524,1323 -6,1323 -6,1493 Z"/>
- <glyph unicode="S" horiz-adv-x="1060" d="M 1096,1444 L 1096,1247 C 1019,1284 947,1311 879,1329 811,1347 745,1356 682,1356 572,1356 487,1335 428,1292 368,1249 338,1189 338,1110 338,1044 358,994 398,961 437,927 512,900 623,879 L 745,854 C 896,825 1007,775 1079,703 1150,630 1186,533 1186,412 1186,267 1138,158 1041,83 944,8 801,-29 614,-29 543,-29 468,-21 389,-5 309,11 226,35 141,66 L 141,274 C 223,228 303,193 382,170 461,147 538,135 614,135 729,135 818,158 881,203 944,248 975,313 975,397 975,470 953,528 908,569 863,610 789,641 686,662 L 563,686 C 412,716 303,763 236,827 169,891 135,980 135,1094 135,1226 182,1330 275,1406 368,1482 496,1520 659,1520 729,1520 800,1514 873,1501 946,1488 1020,1469 1096,1444 Z"/>
- <glyph unicode="P" horiz-adv-x="954" d="M 403,1327 L 403,766 657,766 C 751,766 824,790 875,839 926,888 952,957 952,1047 952,1136 926,1205 875,1254 824,1303 751,1327 657,1327 L 403,1327 Z M 201,1493 L 657,1493 C 824,1493 951,1455 1037,1380 1122,1304 1165,1193 1165,1047 1165,900 1122,788 1037,713 951,638 824,600 657,600 L 403,600 403,0 201,0 201,1493 Z"/>
- <glyph unicode="M" horiz-adv-x="1351" d="M 201,1493 L 502,1493 883,477 1266,1493 1567,1493 1567,0 1370,0 1370,1311 985,287 782,287 397,1311 397,0 201,0 201,1493 Z"/>
- <glyph unicode="I" horiz-adv-x="213" d="M 201,1493 L 403,1493 403,0 201,0 201,1493 Z"/>
- <glyph unicode="H" horiz-adv-x="1139" d="M 201,1493 L 403,1493 403,881 1137,881 1137,1493 1339,1493 1339,0 1137,0 1137,711 403,711 403,0 201,0 201,1493 Z"/>
- <glyph unicode="C" horiz-adv-x="1191" d="M 1319,1378 L 1319,1165 C 1251,1228 1179,1276 1102,1307 1025,1338 943,1354 856,1354 685,1354 555,1302 464,1198 373,1093 328,942 328,745 328,548 373,398 464,294 555,189 685,137 856,137 943,137 1025,153 1102,184 1179,215 1251,263 1319,326 L 1319,115 C 1248,67 1174,31 1095,7 1016,-17 932,-29 844,-29 618,-29 440,40 310,179 180,317 115,506 115,745 115,985 180,1174 310,1313 440,1451 618,1520 844,1520 933,1520 1018,1508 1097,1485 1176,1461 1250,1425 1319,1378 Z"/>
- <glyph unicode="8" horiz-adv-x="1033" d="M 651,709 C 555,709 480,683 425,632 370,581 342,510 342,420 342,330 370,259 425,208 480,157 555,131 651,131 747,131 823,157 878,209 933,260 961,331 961,420 961,510 934,581 879,632 824,683 748,709 651,709 Z M 449,795 C 362,816 295,857 247,916 198,975 174,1048 174,1133 174,1252 217,1347 302,1416 387,1485 503,1520 651,1520 800,1520 916,1485 1001,1416 1086,1347 1128,1252 1128,1133 1128,1048 1104,975 1056,916 1007,857 940,816 854,795 951,772 1027,728 1082,662 1136,596 1163,515 1163,420 1163,275 1119,164 1031,87 942,10 816,-29 651,-29 486,-29 360,10 272,87 183,164 139,275 139,420 139,515 166,596 221,662 276,728 352,772 449,795 Z M 375,1114 C 375,1037 399,976 448,933 496,890 564,868 651,868 738,868 806,890 855,933 904,976 928,1037 928,1114 928,1191 904,1252 855,1295 806,1338 738,1360 651,1360 564,1360 496,1338 448,1295 399,1252 375,1191 375,1114 Z"/>
- <glyph unicode="6" horiz-adv-x="1033" d="M 676,827 C 585,827 514,796 461,734 408,672 381,587 381,479 381,372 408,287 461,225 514,162 585,131 676,131 767,131 839,162 892,225 945,287 971,372 971,479 971,587 945,672 892,734 839,796 767,827 676,827 Z M 1077,1460 L 1077,1276 C 1026,1300 975,1318 924,1331 872,1344 821,1350 770,1350 637,1350 535,1305 465,1215 394,1125 354,989 344,807 383,865 433,910 492,941 551,972 617,987 688,987 838,987 957,942 1044,851 1131,760 1174,636 1174,479 1174,326 1129,203 1038,110 947,17 827,-29 676,-29 503,-29 371,37 280,170 189,302 143,494 143,745 143,981 199,1169 311,1310 423,1450 573,1520 762,1520 813,1520 864,1515 916,1505 967,1495 1021,1480 1077,1460 Z"/>
- <glyph unicode="4" horiz-adv-x="1086" d="M 774,1317 L 264,520 774,520 774,1317 Z M 721,1493 L 975,1493 975,520 1188,520 1188,352 975,352 975,0 774,0 774,352 100,352 100,547 721,1493 Z"/>
- <glyph unicode="3" horiz-adv-x="980" d="M 831,805 C 928,784 1003,741 1058,676 1112,611 1139,530 1139,434 1139,287 1088,173 987,92 886,11 742,-29 555,-29 492,-29 428,-23 362,-11 295,2 227,20 156,45 L 156,240 C 212,207 273,183 340,166 407,149 476,141 549,141 676,141 772,166 839,216 905,266 938,339 938,434 938,522 907,591 846,641 784,690 698,715 588,715 L 414,715 414,881 596,881 C 695,881 771,901 824,941 877,980 903,1037 903,1112 903,1189 876,1248 822,1289 767,1330 689,1350 588,1350 533,1350 473,1344 410,1332 347,1320 277,1301 201,1276 L 201,1456 C 278,1477 350,1493 417,1504 484,1515 547,1520 606,1520 759,1520 881,1485 970,1416 1059,1346 1104,1252 1104,1133 1104,1050 1080,981 1033,924 986,867 918,827 831,805 Z"/>
- <glyph unicode="2" horiz-adv-x="953" d="M 393,170 L 1098,170 1098,0 150,0 150,170 C 227,249 331,356 464,490 596,623 679,709 713,748 778,821 823,882 849,933 874,983 887,1032 887,1081 887,1160 859,1225 804,1275 748,1325 675,1350 586,1350 523,1350 456,1339 386,1317 315,1295 240,1262 160,1217 L 160,1421 C 241,1454 317,1478 388,1495 459,1512 523,1520 582,1520 737,1520 860,1481 952,1404 1044,1327 1090,1223 1090,1094 1090,1033 1079,975 1056,920 1033,865 991,800 930,725 913,706 860,650 771,558 682,465 556,336 393,170 Z"/>
- <glyph unicode="1" horiz-adv-x="900" d="M 254,170 L 584,170 584,1309 225,1237 225,1421 582,1493 784,1493 784,170 1114,170 1114,0 254,0 254,170 Z"/>
- <glyph unicode="0" horiz-adv-x="1033" d="M 651,1360 C 547,1360 469,1309 417,1207 364,1104 338,950 338,745 338,540 364,387 417,285 469,182 547,131 651,131 756,131 834,182 887,285 939,387 965,540 965,745 965,950 939,1104 887,1207 834,1309 756,1360 651,1360 Z M 651,1520 C 818,1520 946,1454 1035,1322 1123,1189 1167,997 1167,745 1167,494 1123,302 1035,170 946,37 818,-29 651,-29 484,-29 356,37 268,170 179,302 135,494 135,745 135,997 179,1189 268,1322 356,1454 484,1520 651,1520 Z"/>
- <glyph unicode="." horiz-adv-x="213" d="M 219,254 L 430,254 430,0 219,0 219,254 Z"/>
- <glyph unicode="-" horiz-adv-x="530" d="M 100,643 L 639,643 639,479 100,479 100,643 Z"/>
- <glyph unicode=" " horiz-adv-x="635"/>
- </font>
- </defs>
- <defs class="TextShapeIndex">
- <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78"/>
- </defs>
- <defs class="EmbeddedBulletChars">
- <g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
- </g>
- <g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
- </g>
- <g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
- </g>
- <g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
- </g>
- <g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
- </g>
- <g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
- </g>
- <g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
- </g>
- <g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
- </g>
- <g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
- </g>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
- </g>
- </defs>
- <defs class="TextEmbeddedBitmaps"/>
- <g>
- <g id="id2" class="Master_Slide">
- <g id="bg-id2" class="Background"/>
- <g id="bo-id2" class="BackgroundObjects"/>
- </g>
- </g>
- <g class="SlideGroup">
- <g>
- <g id="container-id1">
- <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
- <g class="Page">
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id3">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="14962" width="18604" height="486"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id4">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="15446" width="18604" height="486"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="15930" width="18604" height="487"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id6">
- <rect class="BoundingBox" stroke="none" fill="none" x="316" y="315" width="14233" height="16267"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 316,316 L 14548,316 14548,16581 316,16581 316,316 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id7">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="1532" width="12201" height="12120"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 2142,1532 L 14341,1532 14341,13650 2142,13650 2142,1532 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="4175" y="1532" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="4165" y="1532" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 4175,1532 L 4175,13649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id10">
- <rect class="BoundingBox" stroke="none" fill="none" x="8241" y="1532" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id11">
- <rect class="BoundingBox" stroke="none" fill="none" x="8231" y="1532" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 8241,1532 L 8241,13649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="12307" y="1532" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id13">
- <rect class="BoundingBox" stroke="none" fill="none" x="12297" y="1532" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 12307,1532 L 12307,13649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id14">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="11816" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id15">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="11806" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,11816 L 14340,11816"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id16">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="9982" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id17">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="9972" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,9982 L 14340,9982"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id18">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="8149" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="8139" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,8149 L 14340,8149"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="6316" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="6306" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,6316 L 14340,6316"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="4483" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="4473" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,4483 L 14340,4483"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="2649" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="2639" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2142,2649 L 14340,2649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id26">
- <rect class="BoundingBox" stroke="none" fill="none" x="3464" y="6944" width="1425" height="1263"/>
- <path fill="rgb(31,119,180)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 3464,7746 L 4888,7746 3464,7746 Z M 3464,7849 L 4888,7849 4888,7344 3464,7344 3464,7849 Z M 4176,7849 L 4176,8206 4176,7849 Z M 4176,7344 L 4176,6944 4176,7344 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id27">
- <rect class="BoundingBox" stroke="none" fill="none" x="3443" y="6944" width="1466" height="1263"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 3464,7726 L 4888,7726 4888,7766 3464,7766 3464,7726 Z M 3464,7829 L 4888,7829 4888,7849 4867,7849 4867,7344 4888,7344 4888,7365 3464,7365 3464,7344 3484,7344 3484,7849 3464,7849 3464,7829 Z M 3443,7849 L 3443,7344 3443,7324 3464,7324 4888,7324 4908,7324 4908,7344 4908,7849 4908,7869 4888,7869 3464,7869 3443,7869 3443,7849 Z M 4196,7849 L 4196,8206 4156,8206 4156,7849 4196,7849 Z M 4156,7344 L 4156,6944 4196,6944 4196,7344 4156,7344 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ClosedBezierShape">
- <g id="id28">
- <rect class="BoundingBox" stroke="none" fill="none" x="4114" y="8704" width="125" height="124"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 4237,8765 C 4237,8799 4210,8827 4176,8827 4141,8827 4114,8799 4114,8765 4114,8731 4141,8704 4176,8704 4210,8704 4237,8731 4237,8765 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ClosedBezierShape">
- <g id="id29">
- <rect class="BoundingBox" stroke="none" fill="none" x="4114" y="6522" width="125" height="125"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 4237,6583 C 4237,6618 4210,6645 4176,6645 4141,6645 4114,6618 4114,6583 4114,6550 4141,6522 4176,6522 4210,6522 4237,6550 4237,6583 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id30">
- <rect class="BoundingBox" stroke="none" fill="none" x="7530" y="7054" width="1425" height="1689"/>
- <path fill="rgb(255,127,14)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 7530,7806 L 8954,7806 7530,7806 Z M 7530,8600 L 8954,8600 8954,7373 7530,7373 7530,8600 Z M 8242,8600 L 8242,8742 8242,8600 Z M 8242,7373 L 8242,7054 8242,7373 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id31">
- <rect class="BoundingBox" stroke="none" fill="none" x="7509" y="7054" width="1466" height="1689"/>
- <path fill="rgb(255,127,14)" stroke="none" d="M 7530,7785 L 8954,7785 8954,7826 7530,7826 7530,7785 Z M 7530,8580 L 8954,8580 8954,8600 8933,8600 8933,7373 8954,7373 8954,7393 7530,7393 7530,7373 7550,7373 7550,8600 7530,8600 7530,8580 Z M 7509,8600 L 7509,7373 7509,7352 7530,7352 8954,7352 8974,7352 8974,7373 8974,8600 8974,8620 8954,8620 7530,8620 7509,8620 7509,8600 Z M 8262,8600 L 8262,8742 8222,8742 8222,8600 8262,8600 Z M 8222,7373 L 8222,7054 8262,7054 8262,7373 8222,7373 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id32">
- <rect class="BoundingBox" stroke="none" fill="none" x="11595" y="2138" width="1426" height="5693"/>
- <path fill="rgb(44,160,44)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 11596,7693 L 13020,7693 11596,7693 Z M 11596,7780 L 13020,7780 13020,2461 11596,2461 11596,7780 Z M 12308,7780 L 12308,7830 12308,7780 Z M 12308,2461 L 12308,2138 12308,2461 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id33">
- <rect class="BoundingBox" stroke="none" fill="none" x="11575" y="2138" width="1467" height="5693"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 11596,7673 L 13020,7673 13020,7714 11596,7714 11596,7673 Z M 11596,7759 L 13020,7759 13020,7780 12999,7780 12999,2461 13020,2461 13020,2482 11596,2482 11596,2461 11616,2461 11616,7780 11596,7780 11596,7759 Z M 11575,7780 L 11575,2461 11575,2441 11596,2441 13020,2441 13040,2441 13040,2461 13040,7780 13040,7800 13020,7800 11596,7800 11575,7800 11575,7780 Z M 12327,7780 L 12327,7830 12287,7830 12287,7780 12327,7780 Z M 12287,2461 L 12287,2138 12327,2138 12327,2461 12287,2461 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id34">
- <rect class="BoundingBox" stroke="none" fill="none" x="2122" y="13649" width="12219" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,13659 L 14340,13659"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id35">
- <rect class="BoundingBox" stroke="none" fill="none" x="2122" y="1532" width="21" height="12118"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2132,1532 L 2132,13649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id36">
- <rect class="BoundingBox" stroke="none" fill="none" x="4175" y="13669" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id37">
- <rect class="BoundingBox" stroke="none" fill="none" x="4165" y="13669" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 4175,13669 L 4175,13771"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id38">
- <rect class="BoundingBox" stroke="none" fill="none" x="8241" y="13669" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id39">
- <rect class="BoundingBox" stroke="none" fill="none" x="8231" y="13669" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 8241,13669 L 8241,13771"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id40">
- <rect class="BoundingBox" stroke="none" fill="none" x="12307" y="13669" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id41">
- <rect class="BoundingBox" stroke="none" fill="none" x="12297" y="13669" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 12307,13669 L 12307,13771"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id42">
- <rect class="BoundingBox" stroke="none" fill="none" x="4072" y="13860" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="4072" y="14161"><tspan fill="rgb(68,68,68)" stroke="none">1</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id43">
- <rect class="BoundingBox" stroke="none" fill="none" x="8138" y="13860" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="8138" y="14161"><tspan fill="rgb(68,68,68)" stroke="none">2</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id44">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="13649" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id45">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="13639" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,13649 L 2020,13649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id46">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="11816" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id47">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="11806" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,11816 L 2020,11816"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id48">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="9982" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id49">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="9972" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,9982 L 2020,9982"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id50">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="8149" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id51">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="8139" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,8149 L 2020,8149"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id52">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="6316" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id53">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="6306" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,6316 L 2020,6316"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id54">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="4483" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id55">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="4473" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,4483 L 2020,4483"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id56">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="2649" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id57">
- <rect class="BoundingBox" stroke="none" fill="none" x="2020" y="2639" width="103" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2122,2649 L 2020,2649"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id58">
- <rect class="BoundingBox" stroke="none" fill="none" x="12204" y="13860" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="12204" y="14161"><tspan fill="rgb(68,68,68)" stroke="none">3</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id59">
- <rect class="BoundingBox" stroke="none" fill="none" x="1232" y="13461" width="727" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1232" y="13762"><tspan fill="rgb(68,68,68)" stroke="none">0.00</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id60">
- <rect class="BoundingBox" stroke="none" fill="none" x="1147" y="11628" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1147" y="11929"><tspan fill="rgb(68,68,68)" stroke="none">200k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id61">
- <rect class="BoundingBox" stroke="none" fill="none" x="1147" y="9795" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1147" y="10096"><tspan fill="rgb(68,68,68)" stroke="none">400k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id62">
- <rect class="BoundingBox" stroke="none" fill="none" x="1147" y="7962" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1147" y="8263"><tspan fill="rgb(68,68,68)" stroke="none">600k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id63">
- <rect class="BoundingBox" stroke="none" fill="none" x="1147" y="6128" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1147" y="6429"><tspan fill="rgb(68,68,68)" stroke="none">800k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id64">
- <rect class="BoundingBox" stroke="none" fill="none" x="951" y="4295" width="1006" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="951" y="4596"><tspan fill="rgb(68,68,68)" stroke="none">1.00M</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id65">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="14860" width="12201" height="1670"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 2142,14861 L 14341,14861 14341,16529 2142,16529 2142,14861 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id66">
- <rect class="BoundingBox" stroke="none" fill="none" x="2427" y="15082" width="247" height="247"/>
- <path fill="rgb(31,119,180)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2672,15327 L 2427,15327 2427,15082 2672,15082 2672,15327 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id67">
- <rect class="BoundingBox" stroke="none" fill="none" x="2406" y="15062" width="287" height="286"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 2672,15347 L 2428,15347 2406,15347 2406,15327 2406,15082 2406,15062 2428,15062 2672,15062 2692,15062 2692,15082 2692,15327 2692,15347 2672,15347 Z M 2651,15327 L 2651,15082 2672,15082 2672,15103 2428,15103 2428,15082 2448,15082 2448,15327 2428,15327 2428,15307 2672,15307 2672,15327 2651,15327 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id68">
- <rect class="BoundingBox" stroke="none" fill="none" x="951" y="2462" width="1006" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="951" y="2763"><tspan fill="rgb(68,68,68)" stroke="none">1.20M</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id69">
- <rect class="BoundingBox" stroke="none" fill="none" x="2427" y="15566" width="247" height="246"/>
- <path fill="rgb(255,127,14)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2672,15811 L 2427,15811 2427,15566 2672,15566 2672,15811 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id70">
- <rect class="BoundingBox" stroke="none" fill="none" x="2406" y="15546" width="287" height="286"/>
- <path fill="rgb(255,127,14)" stroke="none" d="M 2672,15831 L 2428,15831 2406,15831 2406,15811 2406,15566 2406,15546 2428,15546 2672,15546 2692,15546 2692,15566 2692,15811 2692,15831 2672,15831 Z M 2651,15811 L 2651,15566 2672,15566 2672,15586 2428,15586 2428,15566 2448,15566 2448,15811 2428,15811 2428,15791 2672,15791 2672,15811 2651,15811 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id71">
- <rect class="BoundingBox" stroke="none" fill="none" x="2956" y="15030" width="5290" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2956" y="15331"><tspan fill="rgb(68,68,68)" stroke="none">1. 1t1c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id72">
- <rect class="BoundingBox" stroke="none" fill="none" x="2427" y="16050" width="247" height="247"/>
- <path fill="rgb(44,160,44)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2672,16295 L 2427,16295 2427,16050 2672,16050 2672,16295 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id73">
- <rect class="BoundingBox" stroke="none" fill="none" x="2406" y="16030" width="287" height="286"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 2672,16315 L 2428,16315 2406,16315 2406,16295 2406,16051 2406,16030 2428,16030 2672,16030 2692,16030 2692,16051 2692,16295 2692,16315 2672,16315 Z M 2651,16295 L 2651,16051 2672,16051 2672,16071 2428,16071 2428,16051 2448,16051 2448,16295 2428,16295 2428,16275 2672,16275 2672,16295 2651,16295 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id74">
- <rect class="BoundingBox" stroke="none" fill="none" x="2956" y="15513" width="5290" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2956" y="15814"><tspan fill="rgb(68,68,68)" stroke="none">2. 2t2c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id75">
- <rect class="BoundingBox" stroke="none" fill="none" x="2956" y="15997" width="5291" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2956" y="16298"><tspan fill="rgb(68,68,68)" stroke="none">3. 4t4c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id76">
- <rect class="BoundingBox" stroke="none" fill="none" x="4873" y="685" width="5512" height="426"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="365px" font-weight="400"><tspan class="TextPosition" x="4873" y="1024"><tspan fill="rgb(68,68,68)" stroke="none">VPP HTTP Server Performance</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id77">
- <rect class="BoundingBox" stroke="none" fill="none" x="723" y="5164" width="379" height="4866"/>
- <text class="TextShape" transform="translate(1024,10018) rotate(-90) translate(-1024,-10018)"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1024" y="10018"><tspan fill="rgb(68,68,68)" stroke="none">Connections Per Second [cps]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id78">
- <rect class="BoundingBox" stroke="none" fill="none" x="5886" y="14527" width="4702" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="5897" y="14828"><tspan fill="rgb(68,68,68)" stroke="none">Indices</tspan><tspan fill="rgb(68,68,68)" stroke="none">of Test Cases [Index]</tspan></tspan></tspan></text>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file
diff --git a/resources/tools/presentation/doc/pic/graph-http-rps.svg b/resources/tools/presentation/doc/pic/graph-http-rps.svg
deleted file mode 100644
index 1ee4a8e564..0000000000
--- a/resources/tools/presentation/doc/pic/graph-http-rps.svg
+++ /dev/null
@@ -1,544 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.2" width="150mm" height="170mm" viewBox="0 0 15000 17000" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:presentation="http://sun.com/xmlns/staroffice/presentation" xmlns:smil="http://www.w3.org/2001/SMIL20/" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xml:space="preserve">
- <defs class="ClipPathGroup">
- <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
- <rect x="0" y="0" width="15000" height="17000"/>
- </clipPath>
- <clipPath id="presentation_clip_path_shrink" clipPathUnits="userSpaceOnUse">
- <rect x="15" y="17" width="14970" height="16966"/>
- </clipPath>
- </defs>
- <defs>
- <font id="EmbeddedFont_1" horiz-adv-x="2048">
- <font-face font-family="DejaVuSans embedded" units-per-em="2048" font-weight="normal" font-style="normal" ascent="1879" descent="476"/>
- <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
- <glyph unicode="x" horiz-adv-x="1086" d="M 1124,1120 L 719,575 1145,0 928,0 602,440 276,0 59,0 494,586 96,1120 313,1120 610,721 907,1120 1124,1120 Z"/>
- <glyph unicode="v" horiz-adv-x="1086" d="M 61,1120 L 256,1120 606,180 956,1120 1151,1120 731,0 481,0 61,1120 Z"/>
- <glyph unicode="u" horiz-adv-x="927" d="M 174,442 L 174,1120 358,1120 358,449 C 358,343 379,264 420,211 461,158 523,131 606,131 705,131 784,163 842,226 899,289 928,376 928,485 L 928,1120 1112,1120 1112,0 928,0 928,172 C 883,104 832,54 773,21 714,-12 645,-29 567,-29 438,-29 341,11 274,91 207,171 174,288 174,442 Z "/>
- <glyph unicode="t" horiz-adv-x="689" d="M 375,1438 L 375,1120 754,1120 754,977 375,977 375,369 C 375,278 388,219 413,193 438,167 488,154 565,154 L 754,154 754,0 565,0 C 423,0 325,27 271,80 217,133 190,229 190,369 L 190,977 55,977 55,1120 190,1120 190,1438 375,1438 Z"/>
- <glyph unicode="s" horiz-adv-x="848" d="M 907,1087 L 907,913 C 855,940 801,960 745,973 689,986 631,993 571,993 480,993 411,979 366,951 320,923 297,881 297,825 297,782 313,749 346,725 379,700 444,677 543,655 L 606,641 C 737,613 830,574 885,523 940,472 967,400 967,309 967,205 926,123 844,62 761,1 648,-29 504,-29 444,-29 382,-23 317,-12 252,0 183,18 111,41 L 111,231 C 179,196 246,169 312,152 378,134 443,125 508,125 595,125 661,140 708,170 755,199 778,241 778,295 778,345 761,383 728,410 694,437 620,462 506,487 L 442,502 C 328,526 246,563 195,613 144,662 119,730 119,817 119,922 156,1004 231,1061 306,1118 412,1147 549,1147 617,1147 681,1142 741,1132 801,1122 856,1107 907,1087 Z"/>
- <glyph unicode="r" horiz-adv-x="663" d="M 842,948 C 821,960 799,969 775,975 750,980 723,983 694,983 590,983 510,949 455,882 399,814 371,717 371,590 L 371,0 186,0 186,1120 371,1120 371,946 C 410,1014 460,1065 522,1098 584,1131 659,1147 748,1147 761,1147 775,1146 790,1145 805,1143 822,1140 841,1137 L 842,948 Z"/>
- <glyph unicode="q" horiz-adv-x="1006" d="M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z M 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 L 930,1120 1114,1120 1114,-426 930,-426 930,168 Z"/>
- <glyph unicode="p" horiz-adv-x="1007" d="M 371,168 L 371,-426 186,-426 186,1120 371,1120 371,950 C 410,1017 459,1066 518,1099 577,1131 647,1147 729,1147 865,1147 976,1093 1061,985 1146,877 1188,735 1188,559 1188,383 1146,241 1061,133 976,25 865,-29 729,-29 647,-29 577,-13 518,20 459,52 410,101 371,168 Z M 997,559 C 997,694 969,801 914,878 858,955 781,993 684,993 587,993 510,955 455,878 399,801 371,694 371,559 371,424 399,318 455,241 510,164 587,125 684,125 781,125 858,164 914,241 969,318 997,424 997,559 Z"/>
- <glyph unicode="o" horiz-adv-x="1033" d="M 627,991 C 528,991 450,953 393,876 336,799 307,693 307,559 307,425 336,320 393,243 450,166 528,127 627,127 725,127 803,166 860,243 917,320 946,426 946,559 946,692 917,797 860,875 803,952 725,991 627,991 Z M 627,1147 C 787,1147 913,1095 1004,991 1095,887 1141,743 1141,559 1141,376 1095,232 1004,128 913,23 787,-29 627,-29 466,-29 341,23 250,128 159,232 113,376 113,559 113,743 159,887 250,991 341,1095 466,1147 627,1147 Z"/>
- <glyph unicode="n" horiz-adv-x="927" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
- <glyph unicode="m" horiz-adv-x="1615" d="M 1065,905 C 1111,988 1166,1049 1230,1088 1294,1127 1369,1147 1456,1147 1573,1147 1663,1106 1726,1025 1789,943 1821,827 1821,676 L 1821,0 1636,0 1636,670 C 1636,777 1617,857 1579,909 1541,961 1483,987 1405,987 1310,987 1234,955 1179,892 1124,829 1096,742 1096,633 L 1096,0 911,0 911,670 C 911,778 892,858 854,910 816,961 757,987 678,987 584,987 509,955 454,892 399,828 371,742 371,633 L 371,0 186,0 186,1120 371,1120 371,946 C 413,1015 463,1065 522,1098 581,1131 650,1147 731,1147 812,1147 882,1126 939,1085 996,1044 1038,984 1065,905 Z"/>
- <glyph unicode="k" horiz-adv-x="980" d="M 186,1556 L 371,1556 371,637 920,1120 1155,1120 561,596 1180,0 940,0 371,547 371,0 186,0 186,1556 Z"/>
- <glyph unicode="i" horiz-adv-x="186" d="M 193,1120 L 377,1120 377,0 193,0 193,1120 Z M 193,1556 L 377,1556 377,1323 193,1323 193,1556 Z"/>
- <glyph unicode="h" horiz-adv-x="927" d="M 1124,676 L 1124,0 940,0 940,670 C 940,776 919,855 878,908 837,961 775,987 692,987 593,987 514,955 457,892 400,829 371,742 371,633 L 371,0 186,0 186,1556 371,1556 371,946 C 415,1013 467,1064 527,1097 586,1130 655,1147 733,1147 862,1147 959,1107 1025,1028 1091,948 1124,831 1124,676 Z"/>
- <glyph unicode="f" horiz-adv-x="716" d="M 760,1556 L 760,1403 584,1403 C 518,1403 472,1390 447,1363 421,1336 408,1288 408,1219 L 408,1120 711,1120 711,977 408,977 408,0 223,0 223,977 47,977 47,1120 223,1120 223,1198 C 223,1323 252,1414 310,1471 368,1528 460,1556 586,1556 L 760,1556 Z"/>
- <glyph unicode="e" horiz-adv-x="1033" d="M 1151,606 L 1151,516 305,516 C 313,389 351,293 420,227 488,160 583,127 705,127 776,127 844,136 911,153 977,170 1043,196 1108,231 L 1108,57 C 1042,29 974,8 905,-7 836,-22 765,-29 694,-29 515,-29 374,23 270,127 165,231 113,372 113,549 113,732 163,878 262,986 361,1093 494,1147 662,1147 813,1147 932,1099 1020,1002 1107,905 1151,773 1151,606 Z M 967,659 C 966,760 938,841 883,901 828,961 755,991 664,991 561,991 479,962 418,904 356,846 320,764 311,659 L 967,659 Z"/>
- <glyph unicode="d" horiz-adv-x="1006" d="M 930,950 L 930,1556 1114,1556 1114,0 930,0 930,168 C 891,101 843,52 784,20 725,-13 654,-29 571,-29 436,-29 326,25 241,133 156,241 113,383 113,559 113,735 156,877 241,985 326,1093 436,1147 571,1147 654,1147 725,1131 784,1099 843,1066 891,1017 930,950 Z M 303,559 C 303,424 331,318 387,241 442,164 519,125 616,125 713,125 790,164 846,241 902,318 930,424 930,559 930,694 902,801 846,878 790,955 713,993 616,993 519,993 442,955 387,878 331,801 303,694 303,559 Z"/>
- <glyph unicode="c" horiz-adv-x="874" d="M 999,1077 L 999,905 C 947,934 895,955 843,970 790,984 737,991 684,991 565,991 472,953 406,878 340,802 307,696 307,559 307,422 340,316 406,241 472,165 565,127 684,127 737,127 790,134 843,149 895,163 947,184 999,213 L 999,43 C 948,19 895,1 840,-11 785,-23 726,-29 664,-29 495,-29 361,24 262,130 163,236 113,379 113,559 113,742 163,885 264,990 364,1095 501,1147 676,1147 733,1147 788,1141 842,1130 896,1118 948,1100 999,1077 Z"/>
- <glyph unicode="a" horiz-adv-x="953" d="M 702,563 C 553,563 450,546 393,512 336,478 307,420 307,338 307,273 329,221 372,183 415,144 473,125 547,125 649,125 731,161 793,234 854,306 885,402 885,522 L 885,563 702,563 Z M 1069,639 L 1069,0 885,0 885,170 C 843,102 791,52 728,20 665,-13 589,-29 498,-29 383,-29 292,3 225,68 157,132 123,218 123,326 123,452 165,547 250,611 334,675 460,707 627,707 L 885,707 885,725 C 885,810 857,875 802,922 746,968 668,991 567,991 503,991 441,983 380,968 319,953 261,930 205,899 L 205,1069 C 272,1095 338,1115 401,1128 464,1141 526,1147 586,1147 748,1147 869,1105 949,1021 1029,937 1069,810 1069,639 Z"/>
- <glyph unicode="]" horiz-adv-x="425" d="M 623,1556 L 623,-270 199,-270 199,-127 438,-127 438,1413 199,1413 199,1556 623,1556 Z"/>
- <glyph unicode="[" horiz-adv-x="425" d="M 176,1556 L 600,1556 600,1413 360,1413 360,-127 600,-127 600,-270 176,-270 176,1556 Z"/>
- <glyph unicode="V" horiz-adv-x="1351" d="M 586,0 L 16,1493 227,1493 700,236 1174,1493 1384,1493 815,0 586,0 Z"/>
- <glyph unicode="T" horiz-adv-x="1271" d="M -6,1493 L 1257,1493 1257,1323 727,1323 727,0 524,0 524,1323 -6,1323 -6,1493 Z"/>
- <glyph unicode="S" horiz-adv-x="1060" d="M 1096,1444 L 1096,1247 C 1019,1284 947,1311 879,1329 811,1347 745,1356 682,1356 572,1356 487,1335 428,1292 368,1249 338,1189 338,1110 338,1044 358,994 398,961 437,927 512,900 623,879 L 745,854 C 896,825 1007,775 1079,703 1150,630 1186,533 1186,412 1186,267 1138,158 1041,83 944,8 801,-29 614,-29 543,-29 468,-21 389,-5 309,11 226,35 141,66 L 141,274 C 223,228 303,193 382,170 461,147 538,135 614,135 729,135 818,158 881,203 944,248 975,313 975,397 975,470 953,528 908,569 863,610 789,641 686,662 L 563,686 C 412,716 303,763 236,827 169,891 135,980 135,1094 135,1226 182,1330 275,1406 368,1482 496,1520 659,1520 729,1520 800,1514 873,1501 946,1488 1020,1469 1096,1444 Z"/>
- <glyph unicode="R" horiz-adv-x="1139" d="M 909,700 C 952,685 995,654 1036,606 1077,558 1118,492 1159,408 L 1364,0 1147,0 956,383 C 907,483 859,549 813,582 766,615 703,631 623,631 L 403,631 403,0 201,0 201,1493 657,1493 C 828,1493 955,1457 1039,1386 1123,1315 1165,1207 1165,1063 1165,969 1143,891 1100,829 1056,767 992,724 909,700 Z M 403,1327 L 403,797 657,797 C 754,797 828,820 878,865 927,910 952,976 952,1063 952,1150 927,1216 878,1261 828,1305 754,1327 657,1327 L 403,1327 Z"/>
- <glyph unicode="P" horiz-adv-x="954" d="M 403,1327 L 403,766 657,766 C 751,766 824,790 875,839 926,888 952,957 952,1047 952,1136 926,1205 875,1254 824,1303 751,1327 657,1327 L 403,1327 Z M 201,1493 L 657,1493 C 824,1493 951,1455 1037,1380 1122,1304 1165,1193 1165,1047 1165,900 1122,788 1037,713 951,638 824,600 657,600 L 403,600 403,0 201,0 201,1493 Z"/>
- <glyph unicode="M" horiz-adv-x="1351" d="M 201,1493 L 502,1493 883,477 1266,1493 1567,1493 1567,0 1370,0 1370,1311 985,287 782,287 397,1311 397,0 201,0 201,1493 Z"/>
- <glyph unicode="I" horiz-adv-x="213" d="M 201,1493 L 403,1493 403,0 201,0 201,1493 Z"/>
- <glyph unicode="H" horiz-adv-x="1139" d="M 201,1493 L 403,1493 403,881 1137,881 1137,1493 1339,1493 1339,0 1137,0 1137,711 403,711 403,0 201,0 201,1493 Z"/>
- <glyph unicode="C" horiz-adv-x="1191" d="M 1319,1378 L 1319,1165 C 1251,1228 1179,1276 1102,1307 1025,1338 943,1354 856,1354 685,1354 555,1302 464,1198 373,1093 328,942 328,745 328,548 373,398 464,294 555,189 685,137 856,137 943,137 1025,153 1102,184 1179,215 1251,263 1319,326 L 1319,115 C 1248,67 1174,31 1095,7 1016,-17 932,-29 844,-29 618,-29 440,40 310,179 180,317 115,506 115,745 115,985 180,1174 310,1313 440,1451 618,1520 844,1520 933,1520 1018,1508 1097,1485 1176,1461 1250,1425 1319,1378 Z"/>
- <glyph unicode="8" horiz-adv-x="1033" d="M 651,709 C 555,709 480,683 425,632 370,581 342,510 342,420 342,330 370,259 425,208 480,157 555,131 651,131 747,131 823,157 878,209 933,260 961,331 961,420 961,510 934,581 879,632 824,683 748,709 651,709 Z M 449,795 C 362,816 295,857 247,916 198,975 174,1048 174,1133 174,1252 217,1347 302,1416 387,1485 503,1520 651,1520 800,1520 916,1485 1001,1416 1086,1347 1128,1252 1128,1133 1128,1048 1104,975 1056,916 1007,857 940,816 854,795 951,772 1027,728 1082,662 1136,596 1163,515 1163,420 1163,275 1119,164 1031,87 942,10 816,-29 651,-29 486,-29 360,10 272,87 183,164 139,275 139,420 139,515 166,596 221,662 276,728 352,772 449,795 Z M 375,1114 C 375,1037 399,976 448,933 496,890 564,868 651,868 738,868 806,890 855,933 904,976 928,1037 928,1114 928,1191 904,1252 855,1295 806,1338 738,1360 651,1360 564,1360 496,1338 448,1295 399,1252 375,1191 375,1114 Z"/>
- <glyph unicode="6" horiz-adv-x="1033" d="M 676,827 C 585,827 514,796 461,734 408,672 381,587 381,479 381,372 408,287 461,225 514,162 585,131 676,131 767,131 839,162 892,225 945,287 971,372 971,479 971,587 945,672 892,734 839,796 767,827 676,827 Z M 1077,1460 L 1077,1276 C 1026,1300 975,1318 924,1331 872,1344 821,1350 770,1350 637,1350 535,1305 465,1215 394,1125 354,989 344,807 383,865 433,910 492,941 551,972 617,987 688,987 838,987 957,942 1044,851 1131,760 1174,636 1174,479 1174,326 1129,203 1038,110 947,17 827,-29 676,-29 503,-29 371,37 280,170 189,302 143,494 143,745 143,981 199,1169 311,1310 423,1450 573,1520 762,1520 813,1520 864,1515 916,1505 967,1495 1021,1480 1077,1460 Z"/>
- <glyph unicode="4" horiz-adv-x="1086" d="M 774,1317 L 264,520 774,520 774,1317 Z M 721,1493 L 975,1493 975,520 1188,520 1188,352 975,352 975,0 774,0 774,352 100,352 100,547 721,1493 Z"/>
- <glyph unicode="3" horiz-adv-x="980" d="M 831,805 C 928,784 1003,741 1058,676 1112,611 1139,530 1139,434 1139,287 1088,173 987,92 886,11 742,-29 555,-29 492,-29 428,-23 362,-11 295,2 227,20 156,45 L 156,240 C 212,207 273,183 340,166 407,149 476,141 549,141 676,141 772,166 839,216 905,266 938,339 938,434 938,522 907,591 846,641 784,690 698,715 588,715 L 414,715 414,881 596,881 C 695,881 771,901 824,941 877,980 903,1037 903,1112 903,1189 876,1248 822,1289 767,1330 689,1350 588,1350 533,1350 473,1344 410,1332 347,1320 277,1301 201,1276 L 201,1456 C 278,1477 350,1493 417,1504 484,1515 547,1520 606,1520 759,1520 881,1485 970,1416 1059,1346 1104,1252 1104,1133 1104,1050 1080,981 1033,924 986,867 918,827 831,805 Z"/>
- <glyph unicode="2" horiz-adv-x="953" d="M 393,170 L 1098,170 1098,0 150,0 150,170 C 227,249 331,356 464,490 596,623 679,709 713,748 778,821 823,882 849,933 874,983 887,1032 887,1081 887,1160 859,1225 804,1275 748,1325 675,1350 586,1350 523,1350 456,1339 386,1317 315,1295 240,1262 160,1217 L 160,1421 C 241,1454 317,1478 388,1495 459,1512 523,1520 582,1520 737,1520 860,1481 952,1404 1044,1327 1090,1223 1090,1094 1090,1033 1079,975 1056,920 1033,865 991,800 930,725 913,706 860,650 771,558 682,465 556,336 393,170 Z"/>
- <glyph unicode="1" horiz-adv-x="900" d="M 254,170 L 584,170 584,1309 225,1237 225,1421 582,1493 784,1493 784,170 1114,170 1114,0 254,0 254,170 Z"/>
- <glyph unicode="0" horiz-adv-x="1033" d="M 651,1360 C 547,1360 469,1309 417,1207 364,1104 338,950 338,745 338,540 364,387 417,285 469,182 547,131 651,131 756,131 834,182 887,285 939,387 965,540 965,745 965,950 939,1104 887,1207 834,1309 756,1360 651,1360 Z M 651,1520 C 818,1520 946,1454 1035,1322 1123,1189 1167,997 1167,745 1167,494 1123,302 1035,170 946,37 818,-29 651,-29 484,-29 356,37 268,170 179,302 135,494 135,745 135,997 179,1189 268,1322 356,1454 484,1520 651,1520 Z"/>
- <glyph unicode="." horiz-adv-x="213" d="M 219,254 L 430,254 430,0 219,0 219,254 Z"/>
- <glyph unicode="-" horiz-adv-x="530" d="M 100,643 L 639,643 639,479 100,479 100,643 Z"/>
- <glyph unicode=" " horiz-adv-x="635"/>
- </font>
- </defs>
- <defs class="TextShapeIndex">
- <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78"/>
- </defs>
- <defs class="EmbeddedBulletChars">
- <g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/>
- </g>
- <g id="bullet-char-template-57354" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/>
- </g>
- <g id="bullet-char-template-10146" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/>
- </g>
- <g id="bullet-char-template-10132" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"/>
- </g>
- <g id="bullet-char-template-10007" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"/>
- </g>
- <g id="bullet-char-template-10004" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"/>
- </g>
- <g id="bullet-char-template-9679" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"/>
- </g>
- <g id="bullet-char-template-8226" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"/>
- </g>
- <g id="bullet-char-template-8211" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/>
- </g>
- <g id="bullet-char-template-61548" transform="scale(0.00048828125,-0.00048828125)">
- <path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"/>
- </g>
- </defs>
- <defs class="TextEmbeddedBitmaps"/>
- <g>
- <g id="id2" class="Master_Slide">
- <g id="bg-id2" class="Background"/>
- <g id="bo-id2" class="BackgroundObjects"/>
- </g>
- </g>
- <g class="SlideGroup">
- <g>
- <g id="container-id1">
- <g id="id1" class="Slide" clip-path="url(#presentation_clip_path)">
- <g class="Page">
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id3">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="14962" width="18604" height="486"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id4">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="15446" width="18604" height="486"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id5">
- <rect class="BoundingBox" stroke="none" fill="none" x="2142" y="15930" width="18604" height="487"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id6">
- <rect class="BoundingBox" stroke="none" fill="none" x="416" y="315" width="14233" height="16267"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 416,316 L 14648,316 14648,16581 416,16581 416,316 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id7">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="1332" width="12200" height="12119"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 2042,1332 L 14241,1332 14241,13450 2042,13450 2042,1332 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id8">
- <rect class="BoundingBox" stroke="none" fill="none" x="4075" y="1332" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id9">
- <rect class="BoundingBox" stroke="none" fill="none" x="4065" y="1332" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 4075,1332 L 4075,13449"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id10">
- <rect class="BoundingBox" stroke="none" fill="none" x="8141" y="1332" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id11">
- <rect class="BoundingBox" stroke="none" fill="none" x="8131" y="1332" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 8141,1332 L 8141,13449"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id12">
- <rect class="BoundingBox" stroke="none" fill="none" x="12207" y="1332" width="1" height="12118"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id13">
- <rect class="BoundingBox" stroke="none" fill="none" x="12197" y="1332" width="21" height="12118"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 12207,1332 L 12207,13449"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id14">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="11682" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id15">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="11672" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,11682 L 14240,11682"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id16">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="9915" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id17">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="9905" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,9915 L 14240,9915"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id18">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="8148" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id19">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="8138" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,8148 L 14240,8148"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id20">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="6381" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id21">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="6371" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,6381 L 14240,6381"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id22">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="4614" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id23">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="4604" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,4614 L 14240,4614"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id24">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="2847" width="12199" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id25">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="2837" width="12199" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2042,2847 L 14240,2847"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id26">
- <rect class="BoundingBox" stroke="none" fill="none" x="3364" y="6740" width="1425" height="1202"/>
- <path fill="rgb(31,119,180)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 3364,7795 L 4788,7795 3364,7795 Z M 3364,7865 L 4788,7865 4788,7335 3364,7335 3364,7865 Z M 4076,7865 L 4076,7940 4076,7865 Z M 4076,7335 L 4076,6740 4076,7335 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id27">
- <rect class="BoundingBox" stroke="none" fill="none" x="3343" y="6740" width="1466" height="1202"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 3364,7775 L 4788,7775 4788,7815 3364,7815 3364,7775 Z M 3364,7844 L 4788,7844 4788,7865 4767,7865 4767,7335 4788,7335 4788,7355 3364,7355 3364,7335 3384,7335 3384,7865 3364,7865 3364,7844 Z M 3343,7865 L 3343,7335 3343,7315 3364,7315 4788,7315 4808,7315 4808,7335 4808,7865 4808,7885 4788,7885 3364,7885 3343,7885 3343,7865 Z M 4096,7865 L 4096,7940 4056,7940 4056,7865 4096,7865 Z M 4056,7335 L 4056,6740 4096,6740 4096,7335 4056,7335 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id28">
- <rect class="BoundingBox" stroke="none" fill="none" x="7430" y="6776" width="1425" height="1625"/>
- <path fill="rgb(255,127,14)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 7430,7552 L 8854,7552 7430,7552 Z M 7430,7862 L 8854,7862 8854,7341 7430,7341 7430,7862 Z M 8142,7862 L 8142,8400 8142,7862 Z M 8142,7341 L 8142,6776 8142,7341 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id29">
- <rect class="BoundingBox" stroke="none" fill="none" x="7409" y="6776" width="1466" height="1625"/>
- <path fill="rgb(255,127,14)" stroke="none" d="M 7430,7532 L 8854,7532 8854,7572 7430,7572 7430,7532 Z M 7430,7841 L 8854,7841 8854,7862 8833,7862 8833,7341 8854,7341 8854,7361 7430,7361 7430,7341 7450,7341 7450,7862 7430,7862 7430,7841 Z M 7409,7862 L 7409,7341 7409,7321 7430,7321 8854,7321 8874,7321 8874,7341 8874,7862 8874,7882 8854,7882 7430,7882 7409,7882 7409,7862 Z M 8162,7862 L 8162,8400 8122,8400 8122,7862 8162,7862 Z M 8122,7341 L 8122,6776 8162,6776 8162,7341 8122,7341 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id30">
- <rect class="BoundingBox" stroke="none" fill="none" x="11496" y="7285" width="1425" height="1060"/>
- <path fill="rgb(44,160,44)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 11496,7809 L 12920,7809 11496,7809 Z M 11496,8096 L 12920,8096 12920,7499 11496,7499 11496,8096 Z M 12208,8096 L 12208,8344 12208,8096 Z M 12208,7499 L 12208,7285 12208,7499 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id31">
- <rect class="BoundingBox" stroke="none" fill="none" x="11475" y="7285" width="1467" height="1060"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 11496,7788 L 12920,7788 12920,7829 11496,7829 11496,7788 Z M 11496,8075 L 12920,8075 12920,8096 12899,8096 12899,7499 12920,7499 12920,7519 11496,7519 11496,7499 11516,7499 11516,8096 11496,8096 11496,8075 Z M 11475,8096 L 11475,7499 11475,7478 11496,7478 12920,7478 12940,7478 12940,7499 12940,8096 12940,8116 12920,8116 11496,8116 11475,8116 11475,8096 Z M 12227,8096 L 12227,8344 12187,8344 12187,8096 12227,8096 Z M 12187,7499 L 12187,7285 12227,7285 12227,7499 12187,7499 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ClosedBezierShape">
- <g id="id32">
- <rect class="BoundingBox" stroke="none" fill="none" x="12146" y="9255" width="125" height="124"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 12269,9317 C 12269,9350 12242,9378 12208,9378 12173,9378 12146,9350 12146,9317 12146,9282 12173,9255 12208,9255 12242,9255 12269,9282 12269,9317 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.ClosedBezierShape">
- <g id="id33">
- <rect class="BoundingBox" stroke="none" fill="none" x="12146" y="1877" width="125" height="125"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 12269,1939 C 12269,1973 12242,2000 12208,2000 12173,2000 12146,1973 12146,1939 12146,1904 12173,1877 12208,1877 12242,1877 12269,1904 12269,1939 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id34">
- <rect class="BoundingBox" stroke="none" fill="none" x="2022" y="13449" width="12219" height="21"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2022,13459 L 14240,13459"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id35">
- <rect class="BoundingBox" stroke="none" fill="none" x="2022" y="1332" width="21" height="12118"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 2032,1332 L 2032,13449"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id36">
- <rect class="BoundingBox" stroke="none" fill="none" x="4075" y="13469" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id37">
- <rect class="BoundingBox" stroke="none" fill="none" x="4065" y="13469" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 4075,13469 L 4075,13571"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id38">
- <rect class="BoundingBox" stroke="none" fill="none" x="8141" y="13469" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id39">
- <rect class="BoundingBox" stroke="none" fill="none" x="8131" y="13469" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 8141,13469 L 8141,13571"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id40">
- <rect class="BoundingBox" stroke="none" fill="none" x="12207" y="13469" width="1" height="103"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id41">
- <rect class="BoundingBox" stroke="none" fill="none" x="12197" y="13469" width="21" height="103"/>
- <path fill="none" stroke="rgb(220,220,220)" stroke-width="20" stroke-linejoin="miter" d="M 12207,13469 L 12207,13571"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id42">
- <rect class="BoundingBox" stroke="none" fill="none" x="3972" y="13660" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="3972" y="13961"><tspan fill="rgb(68,68,68)" stroke="none">1</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id43">
- <rect class="BoundingBox" stroke="none" fill="none" x="8038" y="13660" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="8038" y="13961"><tspan fill="rgb(68,68,68)" stroke="none">2</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id44">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="13449" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id45">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="13439" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,13449 L 1920,13449"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id46">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="11682" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id47">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="11672" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,11682 L 1920,11682"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id48">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="9915" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id49">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="9905" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,9915 L 1920,9915"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id50">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="8148" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id51">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="8138" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,8148 L 1920,8148"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id52">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="6381" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id53">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="6371" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,6381 L 1920,6381"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id54">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="4614" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id55">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="4604" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,4614 L 1920,4614"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id56">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="2847" width="103" height="1"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.LineShape">
- <g id="id57">
- <rect class="BoundingBox" stroke="none" fill="none" x="1920" y="2837" width="103" height="21"/>
- <path fill="none" stroke="rgb(230,230,230)" stroke-width="20" stroke-linejoin="miter" d="M 2022,2847 L 1920,2847"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id58">
- <rect class="BoundingBox" stroke="none" fill="none" x="12104" y="13660" width="325" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="12104" y="13961"><tspan fill="rgb(68,68,68)" stroke="none">3</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id59">
- <rect class="BoundingBox" stroke="none" fill="none" x="1132" y="13261" width="727" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1132" y="13562"><tspan fill="rgb(68,68,68)" stroke="none">0.00</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id60">
- <rect class="BoundingBox" stroke="none" fill="none" x="1047" y="11494" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1047" y="11795"><tspan fill="rgb(68,68,68)" stroke="none">200k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id61">
- <rect class="BoundingBox" stroke="none" fill="none" x="1047" y="9727" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1047" y="10028"><tspan fill="rgb(68,68,68)" stroke="none">400k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id62">
- <rect class="BoundingBox" stroke="none" fill="none" x="1047" y="7960" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1047" y="8261"><tspan fill="rgb(68,68,68)" stroke="none">600k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id63">
- <rect class="BoundingBox" stroke="none" fill="none" x="1047" y="6193" width="816" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="1047" y="6494"><tspan fill="rgb(68,68,68)" stroke="none">800k</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id64">
- <rect class="BoundingBox" stroke="none" fill="none" x="851" y="4426" width="1006" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="851" y="4727"><tspan fill="rgb(68,68,68)" stroke="none">1.00M</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id65">
- <rect class="BoundingBox" stroke="none" fill="none" x="2042" y="14661" width="12200" height="1669"/>
- <path fill="rgb(255,255,255)" stroke="none" d="M 2042,14661 L 14241,14661 14241,16329 2042,16329 2042,14661 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id66">
- <rect class="BoundingBox" stroke="none" fill="none" x="2327" y="14882" width="247" height="247"/>
- <path fill="rgb(31,119,180)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2572,15127 L 2327,15127 2327,14882 2572,14882 2572,15127 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id67">
- <rect class="BoundingBox" stroke="none" fill="none" x="2306" y="14862" width="287" height="286"/>
- <path fill="rgb(31,119,180)" stroke="none" d="M 2572,15147 L 2328,15147 2306,15147 2306,15127 2306,14882 2306,14862 2328,14862 2572,14862 2592,14862 2592,14882 2592,15127 2592,15147 2572,15147 Z M 2551,15127 L 2551,14882 2572,14882 2572,14903 2328,14903 2328,14882 2348,14882 2348,15127 2328,15127 2328,15107 2572,15107 2572,15127 2551,15127 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id68">
- <rect class="BoundingBox" stroke="none" fill="none" x="851" y="2659" width="1006" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="851" y="2960"><tspan fill="rgb(68,68,68)" stroke="none">1.20M</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id69">
- <rect class="BoundingBox" stroke="none" fill="none" x="2327" y="15366" width="247" height="247"/>
- <path fill="rgb(255,127,14)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2572,15611 L 2327,15611 2327,15366 2572,15366 2572,15611 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id70">
- <rect class="BoundingBox" stroke="none" fill="none" x="2306" y="15346" width="287" height="286"/>
- <path fill="rgb(255,127,14)" stroke="none" d="M 2572,15631 L 2328,15631 2306,15631 2306,15611 2306,15366 2306,15346 2328,15346 2572,15346 2592,15346 2592,15366 2592,15611 2592,15631 2572,15631 Z M 2551,15611 L 2551,15366 2572,15366 2572,15386 2328,15386 2328,15366 2348,15366 2348,15611 2328,15611 2328,15591 2572,15591 2572,15611 2551,15611 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id71">
- <rect class="BoundingBox" stroke="none" fill="none" x="2856" y="14830" width="5290" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2856" y="15131"><tspan fill="rgb(68,68,68)" stroke="none">1. 1t1c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id72">
- <rect class="BoundingBox" stroke="none" fill="none" x="2327" y="15850" width="247" height="247"/>
- <path fill="rgb(44,160,44)" fill-opacity="0.502" stroke="rgb(255,255,255)" stroke-opacity="0.502" d="M 2572,16095 L 2327,16095 2327,15850 2572,15850 2572,16095 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.PolyPolygonShape">
- <g id="id73">
- <rect class="BoundingBox" stroke="none" fill="none" x="2306" y="15830" width="287" height="286"/>
- <path fill="rgb(44,160,44)" stroke="none" d="M 2572,16115 L 2328,16115 2306,16115 2306,16095 2306,15851 2306,15830 2328,15830 2572,15830 2592,15830 2592,15851 2592,16095 2592,16115 2572,16115 Z M 2551,16095 L 2551,15851 2572,15851 2572,15871 2328,15871 2328,15851 2348,15851 2348,16095 2328,16095 2328,16075 2572,16075 2572,16095 2551,16095 Z"/>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id74">
- <rect class="BoundingBox" stroke="none" fill="none" x="2856" y="15313" width="5290" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2856" y="15614"><tspan fill="rgb(68,68,68)" stroke="none">2. 2t2c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id75">
- <rect class="BoundingBox" stroke="none" fill="none" x="2856" y="15797" width="5290" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="2856" y="16098"><tspan fill="rgb(68,68,68)" stroke="none">3. 4t4c-ethip4tcphttp-httpserver</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id76">
- <rect class="BoundingBox" stroke="none" fill="none" x="4773" y="485" width="5576" height="434"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="367px" font-weight="400"><tspan class="TextPosition" x="4773" y="828"><tspan fill="rgb(68,68,68)" stroke="none">VPP HTTP Server Performance</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id77">
- <rect class="BoundingBox" stroke="none" fill="none" x="5786" y="14327" width="4700" height="379"/>
- <text class="TextShape"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="5797" y="14628"><tspan fill="rgb(68,68,68)" stroke="none">Indices of Test Cases [Index]</tspan></tspan></tspan></text>
- </g>
- </g>
- <g class="com.sun.star.drawing.TextShape">
- <g id="id78">
- <rect class="BoundingBox" stroke="none" fill="none" x="623" y="5235" width="379" height="4320"/>
- <text class="TextShape" transform="translate(924,9543) rotate(-90) translate(-924,-9543)"><tspan class="TextParagraph" font-family="DejaVuSans, sans-serif" font-size="325px" font-weight="400"><tspan class="TextPosition" x="924" y="9543"><tspan fill="rgb(68,68,68)" stroke="none">Requests Per Second [rps]</tspan></tspan></tspan></text>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 93e787da18..9e1ab198aa 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -335,11 +335,6 @@
csit-vpp-perf-report-iterative-2005-2n-clx:
- 70 # NDRPDR sel env 4
-# plot-vpp-http-server-performance:
-# # csit-vpp-perf-report-iterative-2005-2n-clx:
-# csit-vpp-perf-verify-2001-2n-clx:
-# - 80 # TCP
-
plot-vpp-nfv-2n-clx-ndrpdr:
csit-vpp-perf-report-iterative-2005-2n-clx:
- 7 # NDRPDR sel
@@ -8130,47 +8125,6 @@
title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
layout: "plot-hoststack"
-## Plots VPP HTTP Server Performance
-#- type: "plot"
-# title: "VPP HTTP Server Performance"
-# algorithm: "plot_http_server_perf_box"
-# output-file-type: ".html"
-# output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
-# data:
-# "plot-vpp-http-server-performance"
-# filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
-# parameters:
-# - "result"
-# - "name"
-# traces:
-# hoverinfo: "y+name"
-# boxpoints: "outliers"
-# whiskerwidth: 0
-# layout:
-# title: "VPP HTTP Server Performance"
-# layout:
-# "plot-cps"
-#
-#- type: "plot"
-# title: "VPP HTTP Server Performance"
-# algorithm: "plot_http_server_perf_box"
-# output-file-type: ".html"
-# output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
-# data:
-# "plot-vpp-http-server-performance"
-# filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
-# parameters:
-# - "result"
-# - "name"
-# traces:
-# hoverinfo: "y+name"
-# boxpoints: "outliers"
-# whiskerwidth: 0
-# layout:
-# title: "VPP HTTP Server Performance"
-# layout:
-# "plot-rps"
-
################################################################################
# Soak Test (PLRsearch), boxes - 2n-clx