What is the easiest way to get perfmon counter names into a text file?
Posted
by Bill Paetzke
on Server Fault
See other posts from Server Fault
or by Bill Paetzke
Published on 2010-06-09T20:22:05Z
Indexed on
2010/06/09
20:23 UTC
Read the original article
Hit count: 280
I'd like to create a settings file for my logman command. I expect to have lots of perfmon counters.
Is there any easy way to get all the perfmon counters' exact text anywhere?
The only thing I thought of was to create a Perfmon Counter Log through the GUI and then export the list of selected counters--but I don't see an export option! I guess I could manually copy what I see on the screen, but that seems inefficient. I'm going to be dealing with tens of counters.
Maybe there is a list somewhere? That'd be easier to copy and paste from.
© Server Fault or respective owner