You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configs/nuage/scripts/pps-simulator/README
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,19 @@ Eg: For def_conf: 4C2 = 6
31
31
number of sla records generated = nsg_cnt/2 * appgrp_cnt
32
32
Eg: For def_conf: 4/2 * 2 = 4
33
33
34
+
duration:
35
+
Duration of past to cover in stats, specified in hours(h) or minutes(h)
36
+
Eg: 5h => 5 hours, 30m => 30 minutes
34
37
38
+
NATT based settings:
39
+
natt_ip_prefix:
40
+
IP prefix used alongside real host address
41
+
42
+
natt_port:
43
+
Default used natt port
44
+
45
+
natt_conn_failure_probability:
46
+
The probability with which an IP of NATT(applies to all 4 IP addresses Probe learnt * 2, VSC learnt * 2) is found to be ZERO at each timestep by the NSG.
47
+
This boils down to the amount of "YELLOW/RED" to increase in the NATT summary heatmap.
0 commit comments