Citrix NetScaler · Schema
LbVserverStats
Performance and health statistics for a load balancing virtual server, including connection metrics, throughput, error rates, and APDEX scores.
API GatewayApplication Delivery ControllerApplication SecurityLoad BalancingSSL OffloadingTraffic ManagementWeb Application Firewall
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the load balancing virtual server. |
| primaryipaddress | string | IP address of the virtual server. |
| primaryport | integer | Port number of the virtual server. |
| type | string | Protocol type of the virtual server. |
| state | string | Current operational state. |
| curclntconnections | number | Number of current client connections. |
| cursrvrconnections | number | Number of current server connections. |
| establishedconn | number | Number of connections in ESTABLISHED state. |
| curpersistencesessions | number | Number of active persistence sessions. |
| vslbhealth | number | Percentage of UP services bound to this virtual server. |
| actsvcs | number | Number of active (UP) services. |
| inactsvcs | number | Number of inactive (DOWN) services. |
| tothits | number | Total number of virtual server hits since last restart. |
| hitsrate | number | Rate of hits per second. |
| totalrequests | number | Total number of requests received. |
| requestsrate | number | Rate of requests per second. |
| totalresponses | number | Total number of responses sent. |
| responsesrate | number | Rate of responses per second. |
| totalrequestbytes | number | Total number of request bytes received. |
| requestbytesrate | number | Rate of request bytes per second. |
| totalresponsebytes | number | Total number of response bytes sent. |
| responsebytesrate | number | Rate of response bytes per second. |
| totalpktsrecvd | number | Total packets received. |
| pktsrecvdrate | number | Rate of packets received per second. |
| totalpktssent | number | Total packets sent. |
| pktssentrate | number | Rate of packets sent per second. |
| totalsvrbusyerr | number | Total server busy errors. |
| svrbusyerrrate | number | Rate of server busy errors per second. |
| surgecount | number | Number of requests in the surge queue. |
| totspillovers | number | Total number of spillover events. |
| totvserverdownbackuphits | number | Total diversions to the backup virtual server. |
| avgcltttlb | number | Average client time-to-last-byte in microseconds. |
| cltresponsetimeapdex | number | APDEX score based on client response times (0.0-1.0). |
| cpuusagepm | number | CPU utilization in parts per million. |
| totalh2requests | number | Total HTTP/2 requests received. |
| h2requestsrate | number | Rate of HTTP/2 requests per second. |
| totalh2responses | number | Total HTTP/2 responses sent. |
| h2responsesrate | number | Rate of HTTP/2 responses per second. |
| invalidrequestresponse | number | Total invalid request/response count. |
| invalidrequestresponsedropped | number | Total dropped invalid request/response count. |
| sothreshold | number | Configured spillover threshold. |
| reqretrycount | number | Total request retry count. |
| reqretrycountexceeded | number | Times retry count was exceeded. |
| deferredreq | number | Number of deferred requests. |
| deferredreqrate | number | Rate of deferred requests per second. |