Преглед на файлове

small adjustments to nreq and parrallelism in exoplanets

Grega Bremec преди 7 месеца
родител
ревизия
28be67f721
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      labs/monitoring/apps/traffic-simulator.sh

+ 1 - 1
labs/monitoring/apps/traffic-simulator.sh

@@ -3,6 +3,6 @@
 while true;
 do
     siege -c20 -r800 http://frontend-monitoring-apps.apps.ocp4.example.com/ > /dev/null &
-    siege -c15 -r15 http://exoplanets-monitor.apps.ocp4.example.com/ > /dev/null &
+    siege -c10 -r30 http://exoplanets-monitor.apps.ocp4.example.com/ > /dev/null &
     sleep 10
 done