From 107438e93a51eefc61dc171cfa9b959007ccc739 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 30 Jan 2020 09:10:38 +0100 Subject: Report: Placeholder for LD preload tests - methodology - test results Change-Id: I0d102875045ab295d9b44fa7bc328f2a728803d7 Signed-off-by: Tibor Frank Signed-off-by: Dave Wallace --- .../methodology_http_tcp_with_wrk_tool.rst | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 docs/report/introduction/methodology_http_tcp_with_wrk_tool.rst (limited to 'docs/report/introduction/methodology_http_tcp_with_wrk_tool.rst') diff --git a/docs/report/introduction/methodology_http_tcp_with_wrk_tool.rst b/docs/report/introduction/methodology_http_tcp_with_wrk_tool.rst deleted file mode 100644 index 28f3fc6bbb..0000000000 --- a/docs/report/introduction/methodology_http_tcp_with_wrk_tool.rst +++ /dev/null @@ -1,40 +0,0 @@ -HTTP/TCP with WRK Tool ----------------------- - -`WRK HTTP benchmarking tool `_ is used for -experimental TCP/IP and HTTP tests of VPP TCP/IP 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 quite high scale benchmarking of the main TCP/IP -and HTTP service including HTTP TCP/IP Connections-Per-Second (CPS), -HTTP Requests-Per-Second and HTTP Bandwidth Throughput. - -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, Ack, >Req, - 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, Ack, >Req[1], Req[n], Fin, Ack. -- cgit 1.2.3-korg