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.
AF_PACKET Metrics
editMetric | Description |
---|---|
|
Name of the device being monitored. |
|
Number of packets delivered by the kernel to the shared buffer. |
|
Number of packets dropped by the kernel on the socket. |
|
Number of kernel queue freezes on the socket. |
|
Number of packets handled by Packetbeat. |
|
Number of blocking syscalls made waiting for packets. |
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. |