Perfmon: Data Collector Sets
http://blogs.technet.com/b/askpfeplat/archive/2012/02/27/taming-perfmon-data-collector-sets.aspx Run this command in cmd with Administrator right. Logman.exe create counter PerfLog-Short -o “c:\perflogs\PerfLog-Short.blg” -f bincirc -v mmddhhmm -max 300 -c “\LogicalDisk(*)\*” “\Memory\*” “\.NET CLR Memory(*)\*” “\Cache\*” “\Network Interface(*)\*” “\Paging File(*)\*” “\PhysicalDisk(*)\*” “\Processor(*)\*” “\Processor Information(*)\*” “\Process(*)\*” “\Thread(*)\*” “\Redirector\*” “\Server\*” “\System\*” “\Server Work Queues(*)\*” “\Terminal Services\*” -si 00:00:03 -b 4/07/2011 7:00:00AM -e 4/07/2011 7:00:00PM -r” […]