Windows perfmon metricset

https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-metricset-windows-perfmon.html#metricbeat-metricset-windows-perfmon

I'm looking for a more detailed guide on how to write there queries.
How can i find the measurement_label?

Thank you.

Hi @yaharin_ben_ayon

measurement_label is set by you to the values returned by the performance counter query.
It is recommended that you follow a structured naming convention separated by dots, as in the examples, to get proper indexing at ElasticSearch.

For querying, it is up to your system and the apps installed on it.
You can try

>typeperf -qx

and filter upon the results

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.