Previous Topic: Account ImportNext Topic: Content Indexer


Client Network Agent

The following performance monitors are available for the Client Network Agent:

Requests Total

Total number of network requests received by the network agent.

Not all requests require processing. The total includes successful requests, failed requests, and active requests.

Requests Successful

Total number of requests received by the network agent and which have not failed.

The total includes allowed requests, blocked requests, bypassed requests, and ignored requests.

Requests Failed

Total number of network requests that failed to be processed due to errors.

Requests Bypassed

Total number of network requests bypassed by the network agent because they are not relevant for policy analysis (such as unsupported protocols).

Requests Allowed

Total number of network requests that have been allowed by policy.

Requests Blocked

Total number of network requests that have been blocked by policy.

Requests Ignored

Total number of network requests not sent to the local policy engine for analysis.

For example, this total includes requests to ignored URLs or requests made while the network agent was disabled.

Requests Active

The total number of network requests currently being processed by the network agent.

Requests Waiting

Total network requests waiting to be processed by the agent. This must always be 1 less than Requests Active.

Requests Analyzed

Total number of network requests sent to the local policy engine for analysis.

Requests/sec

The number of network requests received per second (excluding bypassed network requests).

Average Request Time

The length of time (in milliseconds) required to handle a request, averaged over 100 requests.

The time is measured from when the request is taken off the queue of waiting requests to when the CNA ignores, blocks or allows the request.

This average excludes bypassed requests.

Average Wait Time

The length of time (in milliseconds) that network requests wait to be processed, averaged over 100 requests.

This metric is not a subset of the Average Request Time counter.

Average Decode Time

The length of time (in milliseconds) needed to decode a network request before policy analysis, averaged over 100 requests.

This metric is a subset of the Average Request Time counter.

Average Analysis Time

The length of time (in milliseconds) needed to apply policy to a network request, averaged over 100 requests.

This metric is a subset of the Average Request Time counter.