Excruciating
New Member
- Joined
- Sep 6, 2016
- Messages
- 5
I've a list of servers (rows) that I'd like to spread a total load across.
Each has a max load, & a recommended % load threshold to prevent issues. Different servers have different max loads.
(Note... For the non server nerds equally this could work for team members and tasks rather than servers)
My aim is to create a model to spread the load evenly across each server up until it's max threshold. I start with an average across the number of servers I have.
On any one server where the average load is greater than it's threshold (max * recommended %) I want it to only display that maximum load ie not the average. This bit I have sorted.
The tricky but is where I want the remaining 'surplus' on an otherwise loaded server to get added into a remaining bucket of 'load' that then gets added to the original average and applied to the remaining devices.
Small are filled, & larger servers take a greater proportion of total load, possibly even being under utilised.
I can then model the impact of swapping in diff sized servers to my hearts content.
The problem is that I keep getting circular refs when trying to apply that surplus figure!
Any thoughts? Thanks
Each has a max load, & a recommended % load threshold to prevent issues. Different servers have different max loads.
(Note... For the non server nerds equally this could work for team members and tasks rather than servers)
My aim is to create a model to spread the load evenly across each server up until it's max threshold. I start with an average across the number of servers I have.
On any one server where the average load is greater than it's threshold (max * recommended %) I want it to only display that maximum load ie not the average. This bit I have sorted.
The tricky but is where I want the remaining 'surplus' on an otherwise loaded server to get added into a remaining bucket of 'load' that then gets added to the original average and applied to the remaining devices.
Small are filled, & larger servers take a greater proportion of total load, possibly even being under utilised.
I can then model the impact of swapping in diff sized servers to my hearts content.
The problem is that I keep getting circular refs when trying to apply that surplus figure!
Any thoughts? Thanks