Skip to main content

read_net_dev

Function read_net_dev 

Source
pub fn read_net_dev() -> Option<(u64, u64)>
Expand description

Total RX and TX bytes across all interfaces from /proc/net/dev. Returns (rx_bytes, tx_bytes). Use with two samples and a time delta for rate.