Admin: Load Balance
From Resin 3.0
The Load Balance and Clustering table in the Summary page give data on connections from the current server to other Resin servers in the cluster.
Load Balance
- Server
- The server's identifier in the resin.xml
- Address
- The host and port of the target server.
- Status
- The connectivity from this server to the target server.
- Active
- The current number of active requests between this server and the target server.
- Idle
- The current number of idle sockets in the pool for the target server.
- Connection Miss
- The count of new connections ("misses") opened, compared to recycled connections ("hits") to the target.
- Load
- The reported CPU load of the target server, which can be used for load balancing.
- Latency
- The reported request time to the target server, which can be used for load balancing.
- Failures
- The count of failed connection attempts to the target server, and the time since the last failure.
- Busy
- The count of busy requests (503) to the target server, and the time since the last busy response.
Troubleshooting
The Failure and Busy count and the time since the last failure are the most critical items.