Citrix NetScaler · Schema

CsVserverStats

Performance statistics for a content switching virtual server.

API GatewayApplication Delivery ControllerApplication SecurityLoad BalancingSSL OffloadingTraffic ManagementWeb Application Firewall

Properties

Name Type Description
name string Name of the content switching virtual server.
primaryipaddress string IP address of the virtual server.
primaryport integer Port number 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.
tothits number Total number of virtual server hits.
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 bytes of requests received.
totalresponsebytes number Total bytes of responses sent.
totalpktsrecvd number Total packets received.
totalpktssent number Total packets sent.
totspillovers number Total spillover events.
labelledconn number Total labeled connections.
View JSON Schema on GitHub

JSON Schema

citrix-netscaler-nitro-cs-vserver-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CsVserverStats",
  "type": "object",
  "description": "Performance statistics for a content switching virtual server.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the content switching virtual server."
    },
    "primaryipaddress": {
      "type": "string",
      "description": "IP address of the virtual server."
    },
    "primaryport": {
      "type": "integer",
      "description": "Port number of the virtual server."
    },
    "state": {
      "type": "string",
      "description": "Current operational state."
    },
    "curclntconnections": {
      "type": "number",
      "description": "Number of current client connections."
    },
    "cursrvrconnections": {
      "type": "number",
      "description": "Number of current server connections."
    },
    "establishedconn": {
      "type": "number",
      "description": "Number of connections in ESTABLISHED state."
    },
    "tothits": {
      "type": "number",
      "description": "Total number of virtual server hits."
    },
    "hitsrate": {
      "type": "number",
      "description": "Rate of hits per second."
    },
    "totalrequests": {
      "type": "number",
      "description": "Total number of requests received."
    },
    "requestsrate": {
      "type": "number",
      "description": "Rate of requests per second."
    },
    "totalresponses": {
      "type": "number",
      "description": "Total number of responses sent."
    },
    "responsesrate": {
      "type": "number",
      "description": "Rate of responses per second."
    },
    "totalrequestbytes": {
      "type": "number",
      "description": "Total bytes of requests received."
    },
    "totalresponsebytes": {
      "type": "number",
      "description": "Total bytes of responses sent."
    },
    "totalpktsrecvd": {
      "type": "number",
      "description": "Total packets received."
    },
    "totalpktssent": {
      "type": "number",
      "description": "Total packets sent."
    },
    "totspillovers": {
      "type": "number",
      "description": "Total spillover events."
    },
    "labelledconn": {
      "type": "number",
      "description": "Total labeled connections."
    }
  }
}