Network inbound/outbound counters
These counters measure the network inbound/outbound counters. These counters are common to all components.
Dashboard path:
| Property | Description | Windows Counter Name |
|---|---|---|
| errors_in | The number of receive errors that are detected across all interfaces. | \Network Interface\Packets Received Errors |
| errors_out | The number of transmit errors that are detected across all interfaces. | \Network Interface\Packets Outbound Errors |
| packets_in | The number of packets that are received across all interfaces. | \Network Interface\Packets Received/sec |
| packets_out | The number of packets that are transmitted across all interfaces. | \Network Interface\Packets Sent/sec |
| collisions | The number of collisions that are detected across all interfaces. | Not applicable, UNIX Only |