Метод | Описание | |
---|---|---|
LoadCounters ( |
Parses & loads a set of MBean counters for the given host using the XML tree.
|
Метод | Описание | |
---|---|---|
BuildCounterFromCounterNode ( |
Builds an ICounter instance from a counter XML node and a set of properties.
|
|
BuildCountersForSourceNode ( |
Builds a collection of ICounter instances from a source XML node.
|
|
BuildInstanceName ( string sourceName, int startPort, int currentPort ) : string |
Builds the instance name to match what Perfmon does (i.e. a machine with two dataserver processes will have instance names "dataserver" & "dataserver#1".
|
public LoadCounters ( |
||
root | The root MBean counters config node. | |
host | TabMon.Helpers.Host | The host to load counters for. |
lifeCycleTypeToLoad | CounterLifecycleType | A filter that indicates whether ephemeral or persistent counters should be loaded. |
Результат | ICollection |