The Perfmon command allows you to start the Windows Reliability and Performance Monitor in a specific standalone mode. Perfmon, also known as “Performance Monitor”, got its roots as a command called, “sysmon.exe” in Windows 95, 98 and XP. The perfmon command is used to view information about a systems; CPU, Disk, Network and Memory statistics.
perfmon </res|report|rel|sys>
To view the performance monitor in a standalone view:
c:perfmon
To view the resource monitor in a standalone view:
c:perfmon /res
To view the reliability monitor built into Windows Vista and 7:
c:perfmon /rel
.