aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/honeycomb_performance_tests/test_environment.rst
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-07-20 09:50:58 +0200
committerselias <samelias@cisco.com>2017-07-24 15:22:02 +0200
commitcd8d4dc1498a69b4f9541fb4405fd31fd61d81d9 (patch)
tree2a00205af6500a085afcb8306beec29ab5d1b584 /docs/report/honeycomb_performance_tests/test_environment.rst
parent1911067935bdf6481fc9b89f40d79ca61f2448d0 (diff)
Static report content - Honeycomb
Change-Id: I39899747f99684b932bb9c88268391e55b6fc779 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'docs/report/honeycomb_performance_tests/test_environment.rst')
-rw-r--r--docs/report/honeycomb_performance_tests/test_environment.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/report/honeycomb_performance_tests/test_environment.rst b/docs/report/honeycomb_performance_tests/test_environment.rst
new file mode 100644
index 0000000000..1cafe26aa4
--- /dev/null
+++ b/docs/report/honeycomb_performance_tests/test_environment.rst
@@ -0,0 +1,22 @@
+Test Environment
+================
+
+To execute performance tests, there are three identical testbeds, each testbed
+consists of two SUTs and one TG.
+
+Server HW Configuration
+-----------------------
+
+See `Performance HW Configuration <../vpp_performance_tests/test_environment.html>`_
+
+Additionally, configuration for the Honeycomb client:
+
+
+**Honeycomb Startup Command**
+
+Use the server mode JIT compiler, increase the default memory size,
+metaspace size, and enable NUMA optimizations for the JVM.
+
+::
+
+ $ java -server -Xms128m -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -XX:+UseNUMA -XX:+UseParallelGC