A.6 Virtual Server Metrics

This section lists the metrics that Oracle Traffic Director tracks for individual virtual servers. For each metric, the object name in the SNMP MIB and the names of the corresponding element and attribute in the stats-xml report are provided.

Table A-6 Virtual Server Metrics

Metric Object Name in the SNMP MIB stats-xml Element: Attribute

Number of requests processed

vsRequests

request-bucket: countRequests

Number of octets received

vsInOctets

request-bucket: countBytesReceived

Number of octets transmitted

vsOutOctets

request-bucket: countBytesTransmitted

Number of 2xx (Successful) responses issued

vsCount2xx

request-bucket: count2xx

Number of 3xx (Redirection) responses issued

vsCount3xx

request-bucket: count3xx

Number of 4xx (Client Error) responses issued

vsCount4xx

request-bucket: count4xx

Number of 5xx (Server Error) responses issued

vsCount5xx

request-bucket: count5xx

Number of other (neither 2xx, 3xx, 4xx, nor 5xx) responses issued

vsCountOther

request-bucket: countOther

Number of 200 (OK) responses issued

vsCount200

request-bucket: count200

Number of 302 (Moved Temporarily) responses issued

vsCount302

request-bucket: count302

Number of 304 (Not Modified) responses issued

vsCount304

request-bucket: count304

Number of 400 (Bad Request) responses issued

vsCount400

request-bucket: count400

Number of 401 (Unauthorized) responses issued

vsCount401

request-bucket: count401

Number of 403 (Forbidden) responses issued

vsCount403

request-bucket: count403

Number of 404 (Not Found) responses issued

vsCount404

request-bucket: count404

Number of 503 (Unavailable) responses issued

vsCount503

request-bucket: count503

The total number of upgrade requests processed

websocketCountUpgradedRequests

websocket-bucket:countUpgradeRequests

Number of WebSocket requests that were denied upgrade by origin server

websocketCountUpgradeRejectedRequests

websocket-bucket:countUpgradeRequestsRejected

Number of WebSocket requests that were denied upgrade by server

websocketCountFailedStrictRequests

websocket-bucket:countUpgradeRequestsFailed

Number of active WebSocket connections

websocketCountActiveConnections

websocket-bucket:countActiveConnections

Total number of requests that were aborted

websocketCountAbortedRequests

websocket-bucket:countRequestsAborted

Total number of requests that were closed because of timeout

websocketCountTimeoutRequests

websocket-bucket:countRequestsTimedout

Number of bytes received from the clients

websocketCountBytesReceived

websocket-bucket:countBytesReceived

Number of bytes transmitted to the clients

websocketCountBytesTransmitted

websocket-bucket:countBytesTransmitted

Average duration of active time in millisecond

websocketMillisecondsConnectionActiveAverage

websocket-bucket:millisecondsConnectionActiveAverage

Total number of requests intercepted by webapp firewall

wafCountInterceptedRequests

webapp-firewall-bucket:countRequestsIntercepted

Total number of requests allowed by webapp firewall (allow action)

wafCountAllowedRequests

webapp-firewall-bucket:countRequestsAllowed

Total number of denied requests (deny action)

wafCountDeniedRequests

webapp-firewall-bucket:countRequestsDenied

Total number of dropped requests (drop action)

wafCountDroppedRequests

webapp-firewall-bucket:countRequestsDropped

Total number of redirected requests (redirect action)

wafCountRedirectedRequests

webapp-firewall-bucket:countRequestsRedirected

Total number of detected denied requests (deny action)

wafCountDenyDetectedRequests

webapp-firewall-bucket:countRequestsDenyDetected

Total number of detected dropped requests (drop action)

wafCountDropDetectedRequests

webapp-firewall-bucket:countRequestsDropDetected

Total number of detected redirected requests (redirect action)

wafCountRedirectDetectedRequests

webapp-firewall-bucket:countRequestsRedirectDetected