Packages

A 'plugin-based' monitor and alert manager for BEAM Nodes and Hosts

Current section

Files

Jump to
pharos include pharos@measurement_HostNetworkStats.hrl
Raw

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()
}).