Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

ingress-stats (Flat-File Accounting Options)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
ingress-stats {
    all-fields;
    drop-packets;
    input-bytes;
    input-packets;
    output-bytes;
    output-packets;
    queue-id;
}

Hierarchy Level

content_copy zoom_out_map
[edit accounting-options flat-file-profile profile-name fields]

Description

Specify ingress queue statistics to be collected for the interface.

Options

all-fields

Collect all ingress queue statistics available for the interface context, logical or physical.

drop-packets

Collect the number of received packets dropped on the Ingress queue.

input-bytes

Collect the number of octets received on the queue for the traffic class indicated by the queue identifier.

input-packets

Collect the number of packets received on the queue for the traffic class indicated by the queue identifier.

output-bytes

Collect the number of octets forwarded for the traffic class indicated by the queue identifier. Same value as input-bytes unless oversubscription is present at the ingress.

output-packets

Collect the number of packets forwarded for the traffic class indicated by the queue identifier. Same value as input-packets unless oversubscription is present at the ingress.

queue-id

Collect the logical identifier for the ingress queue; identifies the traffic class.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1R4.

footer-navigation