Struct docker::stats::Network
[−]
[src]
pub struct Network {
pub rx_dropped: u64,
pub rx_bytes: u64,
pub rx_errors: u64,
pub tx_packets: u64,
pub tx_dropped: u64,
pub rx_packets: u64,
pub tx_errors: u64,
pub tx_bytes: u64,
}Fields
rx_dropped | |
rx_bytes | |
rx_errors | |
tx_packets | |
tx_dropped | |
rx_packets | |
tx_errors | |
tx_bytes |