Service node metrics provide information about the performance of a particular service node.
| Metric Name | Metric API Name | Decription |
|---|---|---|
| Bytes Received | net.lbServiceNodeBytesIn.delta.summation.bytes | Total number of bytes received by the specified node address from the server. |
| Bytes Sent | net.lbServiceNodeBytesOut.delta.summation.bytes | Total number of bytes sent to the server from the specified node address. |
| Current Connections | net.lbServiceNodeCurrentConnections.delta.summation.number | Total number of ongoing connections between the server and the specified node address. |
| max connections | net.lbServiceNodeMaxConnections.delta.summation.number | Maximum number of connections between the server and the specified node address. |
| Packets Received | net.lbServiceNodePacketsIn.delta.summation.number | Total number of packets received by the specified node address from the server. |
| Packets Sent | net.lbServiceNodePacketsOut.delta.summation.number | Total number of packets sent to the server from the specified node address. |
| Total Connections | net.lbServiceNodeTotalConnections.delta.summation.number | Total number of connections between the server and the specified node address. |
| Total Requests | net.lbServiceNodeTotalRequests.delta.summation.number | Total number of requests going through the specified node address. |