X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freport%2Fhoneycomb_performance_tests%2Ftest_environment.rst;fp=docs%2Freport%2Fhoneycomb_performance_tests%2Ftest_environment.rst;h=1cafe26aa43f279c3284d9bd8e1a3a6f38e4cb19;hb=cd8d4dc1498a69b4f9541fb4405fd31fd61d81d9;hp=0000000000000000000000000000000000000000;hpb=1911067935bdf6481fc9b89f40d79ca61f2448d0;p=csit.git 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