Skip to content

dns records

The following operations can be performed on "dns records":

stat dns records

Displays statistics for the specified DNS record or query type. If a DNS record or query type is not specified, statistics for all record and query types are shown.

Synopsys

stat dns records [<dnsRecordType>] [-detail] [-fullValues] [-ntimes <positive_integer>] [-logFile <input_filename>] [-clearstats ( basic | full )]

Arguments

dnsRecordType

Display statistics for the specified DNS record or query type or, if a record or query type is not specified, statistics for all record types supported on the NetScaler appliance.

detail

Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.

fullValues

Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated

ntimes

The number of times, in intervals of seven seconds, the statistics should be displayed.

Default value: 1

Minimum value: 0

logFile

The name of the log file to be used as input.

clearstats

Clear the statsistics / counters

Possible values: basic, full

Outputs

count

devno

stateflag

Outputs

Total entries (totEntries)

Total number of DNS record entries

Total updates (totUpdates)

Total number of DNS proactive updates

Total responses (totResp)

Total number of DNS server responses

Total requests (totReq)

Total number of DNS queries recieved

Current entries (curEnt)

Current number of DNS entries

Total limit errors (errLim)

Total number of times we have recieved dns record with more entries than we support

Total response format errors (errRespFor)

Total number of times we have recieved malformed responses from the backend

Total alias exist errors (errAlias)

Total number of times we have recieved non-cname record for a domain for which an alias exists

Total cache misses (errNoDom)

Total number of cache misses

Current records (curRec)

Current number of DNS Records

Was this article helpful?