Is there any smart way to get an idea of machine usage at specific times? Peak process request periods or peak queue wait times?
I'm trying to rearrange some processes to avoid process timeouts and ensure priority processes can run in designated timeslots.
But right now, I'm just using average runtime for processes to try and spread them out across machines/groups and ensure availability at critical times.
I'm far from using my total capacity, but have a hard time timing processes strategically, to ensure priority is maintained. And it's becoming tedious having to figure it out manually with lots of processes and with varying duration, across multiple machines.