Method | Description | |
---|---|---|
CounterSampler ( ICollection |
||
SampleAll ( ) : |
Polls all known counters and maps the results to the dynamic data model.
|
Method | Description | |
---|---|---|
BuildColumnMetadata ( string columnName, string columnType, bool isNullable, int maxLength = -1 ) : |
Builds a DataColumn for the given parameters.
|
|
GenerateSchema ( ICollection |
Generates a dynamic schema that can support all known counters.
|
|
MapToSchema ( ICounterSample sample, |
Maps a counter's metadata and sampled value to the table schema.
|
|
SampleCounters ( ICollection |
public CounterSampler ( ICollection |
||
hostsToSample | ICollection |
|
tableName | string | |
return | System |