From 9377c956a86e42727039d9dab8879c10c9399f4c Mon Sep 17 00:00:00 2001 From: xizhanx Date: Thu, 15 Apr 2021 13:22:40 +0800 Subject: perf: add TCP Nginx+LDPRELOAD suites 1. Suite steup add download nginx 2. Add nginx-1.14.2/1.15.0 ldp test suite 3. Add NginxUtils,NginxConfigGenerator method 4. Taskset the PID of nginx to the unused cores in VPP and these cores are under NIC's NUMA ID 5. cleanup add Kill Processes - nohup Signed-off-by: xizhanx Change-Id: Idbf0e4ec3bf63e88281a8e3e34f52e00a6801c85 Signed-off-by: Dave Wallace --- docs/tag_documentation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/tag_documentation.rst') diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index 0e8ffe58a3..fa015759a1 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -407,6 +407,12 @@ Test Type Tags This implies ASTF traffic profile is used. This tag selects specific output processing in PAL. +.. topic:: TCP_RPS + + Tests which measure requests per second on empty TCP connections. + This implies ASTF traffic profile is used. + This tag selects specific output processing in PAL. + .. topic:: UDP_PPS Tests which measure packets per second on lightweight UDP transactions. @@ -427,6 +433,10 @@ Test Type Tags TODO: Add HTTP tag to the current hoststack tests. TODO: Document other tags already used by hoststack tests. +.. topic:: LDP_NGINX + + LDP NGINX is un-modified NGINX with VPP via LD_PRELOAD. + .. topic:: NF_DENSITY Performance tests that measure throughput of multiple VNF and CNF -- cgit 1.2.3-korg