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

egress-stats (Flat-File Accounting Options)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
egress-stats {
    all-fields;
    input-bytes;
    input-packets;
    output-bytes;
    output-packets;
    queue-id;
    red-drop-bytes;
    red-drop-packets;
    tail-drop-packets;
    total-drop-packets;
}

Hierarchy Level

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

Description

Specify egress queue statistics to be collected for the interface.

Options

all-fields

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

input-bytes

Collect the number of octets queued including traffic dropped because of congestion.

input-packets

Collect the number of packets queued including traffic dropped because of congestion.

output-bytes

Collect the number of octets transmitted by the egress queue.

output-packets

Collect the number of packets transmitted by the egress queue.

queue-id

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

red-drop-bytes

Collect the number of octets dropped on the egress queue because of random early detection.

red-drop-packets

Collect the number of packets dropped on the egress queue because of random early detection.

tail-drop-packets

Collect the number of packets dropped in the egress queue because of tail drop.

total-drop-packets

Collect the total number of packets dropped in the egress queue.

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