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: services/simulator/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,18 @@ Settings under `services.simulator` in the config file:
79
79
| Setting | Type | Default | Description |
80
80
|---------|------|---------|-------------|
81
81
| simulation_frequency_minutes | int | 5 | Window size for task aggregation |
82
+
| background_load_nodes | int | (required) | Number of nodes reserved for background load |
82
83
83
84
### simulation_frequency_minutes
84
85
85
86
Determines the time window size for batching tasks. Larger windows mean fewer OpenDC invocations but less granular results.
86
87
88
+
### background_load_nodes
89
+
90
+
Simulates a certain number of nodes being used for background load. These nodes are subtracted from the first host type in the first cluster of the topology and are not available for assigning workload in the simulation.
91
+
92
+
This is useful when the real datacenter has nodes running workloads that are not part of the simulated task trace (e.g., system services, other tenants). Set to `0` to use the full topology.
0 commit comments