Perf Counter Data Source Response
data class PerfCounterDataSourceResponse(val counterSpecifiers: List<String>? = null, val name: String? = null, val samplingFrequencyInSeconds: Int? = null, val streams: List<String>? = null)
Definition of which performance counters will be collected and how they will be collected by this data collection rule. Collected from both Windows and Linux machines where the counter is present.
Constructors
Properties
Link copied to clipboard
A list of specifier names of the performance counters you want to collect. Use a wildcard (*) to collect a counter for all instances. To get a list of performance counters on Windows, run the command 'typeperf'.
Link copied to clipboard
The number of seconds between consecutive counter measurements (samples).