The sample interval on the chart is every 5min, and the SpotManager is run every 10min. You can see the 30 processes setup when the SpotManager is run. The effective setup rate is 180/hour compared to the 30/hour of the single threaded version.
This 180/hour rate can be increased by increasing the "max_new_utility": 30, or increasing the interval the SpotManager is run.
The new setup rate can now be seen:
The sample interval on the chart is every 5min, and the SpotManager is run every 10min. You can see the 30 processes setup when the SpotManager is run. The effective setup rate is 180/hour compared to the 30/hour of the single threaded version.
This 180/hour rate can be increased by increasing the
"max_new_utility": 30
, or increasing the interval the SpotManager is run.