Constant SYSTEM_NETWORK_DROPPED
pub const SYSTEM_NETWORK_DROPPED: &'static str;Expand description
§Description
Count of packets that are dropped or discarded even though there was no error
§Notes
Measured as:
- Linux: the
dropcolumn in/proc/dev/net(source) - Windows:
InDiscards/OutDiscardsfromGetIfEntry2
§Metadata
| Instrument: | counter |
| Unit: | {packet} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::NETWORK_INTERFACE_NAME | Recommended |
crate::attribute::NETWORK_IO_DIRECTION | Recommended |