statservicegroupmemberResult Structure Definition

The statservicegroupmemberResult structure defines the return type for statservicegroupmember API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

servicegroupmemberList

Pointer to the servicegroupmember List.


servicegroupmemberstats Structure Definition

The servicegroupmemberstats structure defines the actual return type values for statservicegroupmember API.

Syntax



Members

servicegroupname

Displays statistics for the specified service group.Name of the service group. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my servicegroup" or 'my servicegroup').
This is mandatory parameter.

ip

IP address of the service group. Mutually exclusive with the server name parameter.

servername

Name of the server. Mutually exclusive with the IP address parameter.

port

Port number of the service group member.

clearstats

Clear the statsistics / counters

_nextgenapiresource


avgsvrttfb

Average TTFB between the Citrix ADC and the server. TTFB is the time interval between sending the request packet to a service and receiving the first response from the service

primaryipaddress

The IP address on which the service is running.

primaryport

The port on which the service is running.

servicetype

The service type of this service.Possible values are ADNS, DNS, MYSQL, RTSP, SSL_DIAMETER, ADNS_TCP, DNS_TCP, NNTP, SIP_UDP, SSL_TCP, ANY, FTP, RADIUS, SNMP, TCP, DHCPRA, HTTP, RDP, SSL, TFTP, DIAMETER, MSSQL, RPCSVR, SSL_BRIDGE, UDP
Possible Values : HTTP, FTP, TCP, UDP, SSL, SSL_BRIDGE, SSL_TCP, DTLS, NNTP, RPCSVR, DNS, ADNS, SNMP, RTSP, DHCPRA, ANY, SIP_UDP, SIP_TCP, SIP_SSL, DNS_TCP, ADNS_TCP, MYSQL, MSSQL, ORACLE, MONGO, MONGO_TLS, RADIUS, RADIUSListener, RDP, DIAMETER, SSL_DIAMETER, TFTP, SMPP, PPTP, GRE, SYSLOGTCP, SYSLOGUDP, FIX, SSL_FIX, USER_TCP, USER_SSL_TCP, QUIC, IPFIX, LOGSTREAM, LOGSTREAM_SSL, MQTT, MQTT_TLS, QUIC_BRIDGE, DOT, ADNS_DOT, HTTP_QUIC, ADNS_DOH, KAFKA_BROKER.

state

Current state of the server. There are seven possible values: UP(7), DOWN(1), UNKNOWN(2), BUSY(3), OFS(Out of Service)(4), TROFS(Transition Out of Service)(5), TROFS_DOWN(Down When going Out of Service)(8)
Possible Values : UP, DOWN, UNKNOWN, BUSY, OUT OF SERVICE, GOING OUT OF SERVICE, DOWN WHEN GOING OUT OF SERVICE, NS_EMPTY_STR, Unknown, DISABLED.

svcgrpmemberbindingorder

Order with which service group member is bound to service group

totalrequests

Total number of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

requestsrate

Rate of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

totalresponses

Number of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

responsesrate

Rate of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

totalrequestbytes

Total number of request bytes received on this service or virtual server.

requestbytesrate

Rate of request bytes received on this service or virtual server.

totalresponsebytes

Number of response bytes received by this service or virtual server.

responsebytesrate

Rate of response bytes received by this service or virtual server.

curclntconnections

Number of current client connections.

surgecount

Number of requests in the surge queue.

cursrvrconnections

Number of current connections to the actual servers behind the virtual server.

svrestablishedconn

Number of server connections in ESTABLISHED state.

curreusepool

Number of requests in the idle queue/reuse pool.

maxclients

Maximum open connections allowed on this service.

totalconnreassemblyqueue75

Total no of connections with 75% TCP reassembly queue

totalconnreassemblyqueueflush

Total no of connections incurred TCP reassembly queue flush

totsvrttlbtransactions

Total transactions where server TTLB is calculated.

toleratingttlbtransactions

Tolerable transactions based on APDEX threshold (>T && <4T).

frustratingttlbtransactions

Frustrating transactions based on APDEX threshold (>4T).

curload

Load on the service that is calculated from the bound load based monitor.

httpmaxhdrszpkts

Number of http max header size packet parsing failures

httpmaxhdrfldlenpkts

Number of HTTP requests exceeding max header field length

tcpmaxooopkts

No of times max out of order packets reached

serviceorder

Order with which service is bound to vserver

See Also