leeej84 / -DEPRECATED---PowerScale

Replacement for Citrix SmartScale
GNU General Public License v3.0
16 stars 11 forks source link

LoadIndex and Session Scale Up #14

Closed nczabaranek closed 4 years ago

nczabaranek commented 4 years ago

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.

leeej84 commented 4 years ago

Thanks very much, I'll amend that.

How many machines do you have running?

leeej84 commented 4 years ago

This has been tested and added to the main branch.

nczabaranek commented 4 years ago

About 450 at the moment in Azure. No other issues seen at the moment!

leeej84 commented 4 years ago

Awesome stuff, brilliant.