Supported Platforms
Understanding Enhanced Analytics Local File Output
The network analytics feature provides visibility into the performance and behavior of the data center infrastructure. You enable network analytics by configuring queue or traffic statistics monitoring, or both. In addition, you can configure a local file for storing the traffic and queue statistics records.
![]() | Note: This topic describes the local file output in Junos OS Release 13.2X51-D15 and later. For information about local file output from earlier releases, see the monitor start (Analytics) topic. |
Beginning in Junos OS Release 13.2X51-D15, the traffic and queue monitoring statistics can be stored locally in a single file. The following example shows the output from the monitor start command.
root@qfx5100-33> monitor start an
root@qfx5100-33> *** an *** q,1393947567698432,qfx5100-33,xe-0/0/19,1098572,1373216 q,1393947568702418,qfx5100-33,xe-0/0/19,1094912,1368640 q,1393947569703415,qfx5100-33,xe-0/0/19,1103065,1378832 t,1393947569874528,qfx5100-33,xe-0/0/16,12603371884,12603371884,0,0, 8426023,1613231610488,8628248712,0,3,5916761,5916761,0,0,0,757345408,0,0,0 t,1393947569874528,qfx5100-33,xe-0/0/18,12601953614,12601953614,0,0, 8446737,1613050071660,8649421552,0,5,131761619,131761619,0,0,84468, 16865487232,86495888,0,0 t,1393947569874528,qfx5100-33,xe-0/0/19,126009250,126009250,0,0,84469, 16129184128,86496392,0,0,12584980342,12584980342,0,0,8446866,1610877487744, 8649588432,12593703960,0 q,1393947575698402,qfx5100-33,xe-0/0/19,1102233,1377792 q,1393947576701398,qfx5100-33,xe-0/0/19,1107724,1384656
See Table 1 for queue statistics output, and Table 2 for traffic statistics output. The fields in the tables are listed in the order they appear in the output example.
Table 1: Output Fields for Queue Statistics in Local Analytics File
Field | Description | Example in Output |
---|---|---|
Record type | Type of statistics (queue or traffic monitoring) | q |
Time (microseconds) | Unix epoch (or Unix time) in microseconds at which the statistics were captured. | 1393947567698432 |
Router ID | ID of the network analytics host device. | qfx5100-33 |
Port | Name of the physical port configured for network analytics. | xe-0/0/19 |
Latency (nanoseconds) | Traffic queue latency in nanoseconds. | 1098572 |
Queue depth (bytes) | Depth of the traffic queue in bytes. | 1373216 |
Table 2: Output Fields for Traffic Statistics in Local Analytics File
Field | Description | Example in Output |
---|---|---|
Record type | Type of statistics (queue or traffic monitoring) | t |
Time (microseconds) | Unix epoch (or Unix time) in microseconds at which the statistics were captured. | 1393947569874528 |
Router ID | ID of the network analytics host device. | qfx5100-33 |
Port | Name of the physical port configured for network analytics. | xe-0/0/16 |
rxpkt | Total packets received. | 12603371884 |
rxucpkt | Total unicast packets received. | 12603371884 |
rxmcpkt | Total multicast packets received. | 0 |
rxbcpkt | Total broadcast packets received. | 0 |
rxpps | Total packets received per second. | 8426023 |
rxbyte | Total octets received. | 1613231610488 |
rxbps | Total bytes received per second. | 8628248712 |
rxdroppkt | Total incoming packets dropped. | 0 |
rxcrcerr | CRC/Align errors received. | 3 |
txpkt | Total packets transmitted. | 5916761 |
txucpkt | Total unicast packets transmitted. | 5916761 |
txmcpkt | Total multicast packets transmitted. | 0 |
txbcpkt | Total broadcast packets transmitted. | 0 |
txpps | Total packets transmitted per second. | 0 |
txbyte | Total octets transmitted. | 757345408 |
txbps | Bytes per second transmitted. | 0 |
txdroppkt | Total transmitted packets dropped. | 0 |
txcrcerr | CRC/Align errors transmitted. | 0 |