Skip to main content

include/pharos@measurement_HostNetworkStats.hrl

-record(host_network_stats, {
    rx_bytes_per_sec :: float(),
    tx_bytes_per_sec :: float(),
    rx_packets_per_sec :: float(),
    tx_packets_per_sec :: float()
}).