C# Class CogMon.Agent.PerfMon.PerfCounterStore

In-memory store for perf counters
Mostrar archivo Open project: lafar6502/cogmon

Public Methods

Method Description
GetPerfCounterNames ( ) : IList
GetPerfCounterValuesAndReset ( string id ) : PerfCounterStats
UpdateCounter ( string id, string clientAddress, int val ) : void

Private Methods

Method Description
GetCachedCounter ( string key ) : PerfCounter

Method Details

GetPerfCounterNames() public method

public GetPerfCounterNames ( ) : IList
return IList

GetPerfCounterValuesAndReset() public method

public GetPerfCounterValuesAndReset ( string id ) : PerfCounterStats
id string
return CogMon.Lib.DataSeries.PerfCounterStats

UpdateCounter() public method

public UpdateCounter ( string id, string clientAddress, int val ) : void
id string
clientAddress string
val int
return void