Tag Archives: windows performance

Analyzing a Perf-Counter-Log

Steps to collect PERFMON: run the following command:Logman.exe create counter Perf-Counter-Log3 -o “C:\perflogs\Perftest3.blg” -f bincirc -v mmddhhmm -max 250 -c “\LogicalDisk()*” “\Memory*” “\Network Interface()*” “\Paging File()*” “\PhysicalDisk()*” “\Processor()*” “\Process()*” “\Redirector*” “\Server*” “\System*” “\Thread*” -si 00:00:03Then go to Performance MonitorData Collector … Continue reading

Posted in Powershell, Windows | Tagged | Leave a comment