Packages

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

Current section

Files

Jump to
pharos include pharos@measurement_SystemCountStats.hrl
Raw

include/pharos@measurement_SystemCountStats.hrl

-record(system_count_stats, {
process_count :: integer(),
atom_count :: integer(),
port_count :: integer(),
process_limit :: integer(),
atom_limit :: integer(),
port_limit :: integer()
}).