[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show services accounting errors

Syntax

show services accounting errors
<name (* | all | service-name)>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display active flow error statistics.

Options

none — Display error statistics for all services accounting instances.

name (* | all | service-name) — (Optional) Display active flow error statistics. Use a wildcard character, specify all services, or provide a specific service name.

Required Privilege Level

view

List of Sample Output

show services accounting errors

Output Fields

Table 217 lists the output fields for the show services accounting errors command. Output fields are listed in the approximate order in which they appear.

Table 217: show services accounting errors Output Fields

Field

Field Description

Service Accounting interface

Name of the service accounting interface.

Local interface index

Index counter of the local interface.

Service name

Name of a service that was configured at the [edit forwarding-options accounting] hierarchy level. The default display, (default sampling), indicates the service was configured at the [edit forwarding-options sampling-level] hierarchy level.

Error Information

Packets dropped (no memory)

Number of packets dropped because of memory shortage.

Packets dropped (not IP)

Number of non-IP packets dropped.

Packets dropped (not IPv4)

Number of packets dropped because they failed the IPv4 version check.

Packets dropped (header too small)

Number of packets dropped because the packet length or IP header length was too small.

Memory allocation failures

Number of flow record memory allocation failures. A small number reflects failures to replenish the free list. A large number indicates the monitoring station is almost out of memory space.

Memory free failures

Number of flow record memory free failures.

Memory free list failures

Number of flow records received from the free list that failed. Memory is nearly exhausted, or too many new flows greater than 128 KB are being created per second.

Memory overload

Whether the memory has been overloaded. The response can be Yes or No.

PPS overload

Whether the PIC is receiving more packets per second than the configured threshold. The response can be Yes or No.

BPS overload

Whether the PIC is receiving more bits per second than the configured threshold. The response can be Yes or No.

Sample Output

show services accounting errors

user@host> show services accounting errors
Service Accounting interface: mo-1/1/0, Local interface index: 15
Service name: (default sampling)
  Error information
    Packets dropped (no memory): 0, Packets dropped (not IP): 0
    Packets dropped (not IPv4): 0, Packets dropped (header too small): 0
    Memory allocation failures: 0, Memory free failures: 0
    Memory free list failures: 0
    Memory overload: No, PPS overload: No, BPS overload: No

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]