System Overload and Load Balance rules added to the System Health Check

Two new rules were added to the System Health Check (Maintenance > System Administration > Diagnostic Tools > System Health Check):

  • Checking if system is overloaded: This rule issues a warning if the average number of active sessions in the last hour is within 85% of the maximum supported value in the MAX_SUPPORTED_ACTIVE_SESSIONS registry parameter. The rule issues a failure if the average number of active sessions in the last hour is greater than the maximum supported value.
  • Checking server load balance: This rule issues a warning if a server has 25% more sessions than the average number of sessions across all servers. The rule issues a failure if a server has 25% more sessions than the amount calculated by the formula (MAX_SUPPORTED_ACTIVE_SESSIONS / number of servers).