egress-stats (Flat-File Accounting Options)
Syntax
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
[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.