MSI, App-V, SCCM, Appsense, Citrix. This blog contains hints and tips on these technologies. Primarily it is an online notebook of items that I may need to refer to in the future, or things I constantly forget!
Friday, June 15, 2018
Perfmon options
perfmon /rel Lets you review your computer’s reliability and problem history (the same result as right-clicking the Monitoring Tools node in Performance Monitor and selecting View System Reliability).
perfmon /report Collects performance data for 60 seconds and then generates and displays a system diagnostics report.
perfmon /res Opens the Resource Monitor (the same result as right-clicking the Monitoring Tools node in Performance Monitor and selecting Resource Monitor).
perfmon /sys Opens the Performance Monitor in stand-alone mode (the Sysmon.ocx ActiveX control).
An additional option, /comp, allows for comparison overlay between two open instances of Performance Monitor.
Note that these options are for use with Perfmon.exe but not for use with Perfmon.msc.
from
https://technet.microsoft.com/en-us/library/ff723776.aspx