Resource Monitor
From Wikipedia, the free encyclopedia
A component of Microsoft Windows | |
---|---|
Resource Monitor running under Windows 7 | |
Details | |
Type | System resources utility |
Included with | Windows Vista, Windows 7, Windows 8, Windows Server 2008 |
Related components | |
Task Manager |
Resource Monitor is a system application in Microsoft Windows operating systems. It is used to view information about the use of hardware (CPU, memory, disk, and network) and software (file handles and modules) resources in real time. Resource Monitor is available in Windows Vista and onwards only (In Windows Vista, it is known as Reliability and Performance Monitor). Resource Monitor can be launched by executing resmon.exe (perfmon.exe in Windows Vista).
The Vista and later Resource Monitor heavily leverages the Event Tracing for Windows (ETW) facilities;[1] the counter setup (event tracing session) used by the Resource Monitor can be used for logging as well.[2]
Features
The Resource Monitor window includes five tabs:[3]
- Overview
- CPU
- displays column lists of Processes, Services, Associated Handles and Associated Modules; charts of CPU Usage (separate for every core)
- Memory
- displays overall Physical Memory consumption and separate consumption of every Process; charts of Used Physical Memory, Commit Charge and Hard Faults/sec
- Disk
- displays Processes with Disk Activity, Disk Activity and Storage; charts of Disk Usage (KB/sec) and Disk Queue Length
- Network
- displays Processes with Network Activity, Network Activity, TCP Connections and Listening Ports; charts of Network Usage (separate for every adapter) and TCP Connections
Access to Application
- 1.Choose Start→All Programs→Accessories→System Tools→Resource Monitor.
- 2.%windir%\system32\perfmon.exe /res
- 3.%windir%\system32\resmon.exe
See also
- Activity Monitor in OS X
- System Monitor was available on Windows 95, 95 OSR, 95 OSR2, 98, 98SE, ME
- Performance Monitor introduced in Windows NT
References
- ↑ http://blogs.technet.com/b/michw/archive/2013/11/04/getting-started-with-performance-tracing-part-1-event-tracing-for-windows-demystified.aspx
- ↑ http://blogs.technet.com/b/yongrhee/archive/2011/01/04/how-to-pull-the-information-that-resource-monitor-resmon-exe-provides.aspx
- ↑ http://www.pcworld.com/article/241677/how_to_use_resource_monitor.html
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.