Closed nczabaranek closed 4 years ago
Thanks very much, I'll amend that.
How many machines do you have running?
This has been tested and added to the main branch.
About 450 at the moment in Azure. No other issues seen at the moment!
Awesome stuff, brilliant.
Looks like there is an issue with getting load index and session numbers during the performance measuring jobs.
Lines 934, 935 and 1017, 1018 LoadIndex = (Get-BrokerMachine -AdminAddress $controller | Where-Object {$.DNSName -eq $computer}) | Select-Object -expand LoadIndex Sessions = (Get-BrokerMachine -AdminAddress $controller | Where-Object {$.DNSName -eq $computer}) | Select-Object -expand SessionCount
These seem to need -MaxRecordCount added to the Get-BrokerMachine call to ensure you pull all records. Without it we saw improper calculations for index and sessions.