Protocol-Specific Metrics
editProtocol-Specific Metrics
editPacketbeat exposes per-protocol metrics under the HTTP monitoring endpoint.
These metrics are exposed under the /inputs
path. They can be used to
observe the activity of Packetbeat for the monitored protocol.
TCP Metrics
editMetric | Description |
---|---|
|
Name of the device being monitored. |
|
Number of packets processed. |
|
Number of bytes processed. |
|
Number of packets shrunk due to overlap. |
|
Number of packets dropped because of gaps. |
|
Histogram of the elapsed time between packet arrivals. |
|
Histogram of the elapsed time between packet receipt and publication. |
UDP Metrics
editMetric | Description |
---|---|
|
Name of the device being monitored. |
|
Number of packets processed. |
|
Number of bytes processed. |
|
Histogram of the elapsed time between packet arrivals. |
|
Histogram of the elapsed time between packet receipt and publication. |