How to Obtain ADC Vserver throughput

How to Obtain ADC Vserver throughput

book

Article ID: CTX279408

calendar_today

Updated On:

Description

This article enumerate serveral way to obtain ADC Vserver throughput


Instructions

ADC SNMP

You can track throughput of specific Vserver by OID:

vsvrRxBytesRate (1.3.6.1.4.1.5951.4.1.3.1.1.44)

Request rate in bytes per second fot this service or virtual server.

more OID refer:https://developer-docs.citrix.com/projects/citrix-adc-snmp-oid-reference/en/latest/

ADC GUI/CLI Console

statistics per Vserver, the same output through CLI: "stat lb vserver VSNAME -detailed"




ADC /var/nslog/newnslog for history Vserver performance statistics

For example:

"/netscaler/nsconmsg -K /var/nslog/newnslog -s time=22Mar2007:20:00 -T 7 -s ConLb=2 -d oldconmsg"

VIP(10.128.58.149:80:UP:WEIGHTEDRR): Hits(38200495, 18/sec) Mbps(1.02) Pers(OFF) Err(0)
Pkt(186/sec, 610 bytes) actSvc(4) DefPol(NONE) override(0)
Conn: Clt(253, 1/sec, OE[252]) Svr(3)
S(10.128.49.40:80:UP) Hits(9443063, 4/sec, P[2602342, 0/sec]) ATr(5) Mbps(0.23) BWlmt(0 kbits) RspTime(112.58 ms)
Other: Pkt(36/sec, 712 bytes) Wt(10000) RHits(31555)
Conn: CSvr(42, 0/sec) MCSvr(20) OE(16) RP(11) SQ(0)

Refers in KB:https://support.citrix.com/article/CTX113341