Perfmon Profile - Not All Counters Recording

J

John Schneider

I've setup a batch file to be run on client's machines. In testing, I'm not
getting all the counters. Here's the batch file to create and start the
counters:

logman.exe stop TestCounters
logman.exe delete TestCounters
logman.exe create counter TestCounters -v mmddhhmm -c "\Memory\Available
Bytes" "\Memory\Pages/Sec" "\PhysicalDisk(*)\%% Disk Time"
"\PhysicalDisk(*)\Avg. Disk Queue Length" "\Processor\%% Processor Time"
"\Redirector\Network Errors/sec" "\SQLServer:Cache Manager(*)\Cache Hit
Ratio" "\SQLServer:General Statistics(*)\User Connections" "\SQLServer:Memory
Manager(*)\Maximum Workspace Memory (KB)" "\System\Processor Queue Length" -o
"\TestCounters"
logman.exe start TestCounters

And here's the batch file to stop the logging:
logman.exe stop TestCounters

After running the startup batch file, letting it run for about 15 minutes,
then running the stop batch file, I can see that a file was created,
TestCounters_eLinkGeneral_02251442.blg. When I load this file into Perfmon,
the only counters that show up are:
"\Memory\Pages/Sec"
"\PhysicalDisk(*)\Avg. Disk Queue Length"
"\Processor\%% Processor Time"

I've double and tripple checked the spelling/format of all the counters and
everything looks fine.

Any ideas why all those other counters are not recording or showing up in
the binary log file?

Thanks,
John Schneider
 
R

Raymond

Dear John,

You can just add these counters in perfmon manually. It has been recorded,
but just don't show. If you add the counters, you will see the results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top