Class MCollective::RunnerStats
In: lib/mcollective/runnerstats.rb
Parent: Object

Class to store stats about the mcollectived, it should live in the PluginManager so that agents etc can get hold of it and return the stats to callers

Methods

filtered   new   passed   received   sent   to_hash   ttlexpired   unvalidated   validated  

Public Class methods

Public Instance methods

Records a message that didnt pass the filters

Records a message that passed the filters

Records receipt of a message

Records sending a message

Returns a hash with all stats

Records a message that failed TTL checks

Records a message that validated ok

[Validate]