Sponsored Links
-->

Thursday, November 30, 2017

Resource Monitor - BuycPanel
src: www.buycpanel.com

Resource Monitor, a utility in Windows Vista and later, displays information about the use of hardware (CPU, memory, disk, and network) and software (file handles and modules) resources in real time. Users can launch Resource Monitor by executing resmon.exe (perfmon.exe in Windows Vista).

The Vista and later Resource Monitor heavily leverages the Event Tracing for Windows (ETW) facilities introduced in Windows 7; the counter setup (event tracing session) used by the Resource Monitor can provide logging as well.


Video Resource Monitor



Features

The Resource Monitor window includes five tabs:

  • 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

Maps Resource Monitor



Ways to start the application

  • Choose Start->Type to search "Resource Monitor".
  • Start Windows Task Manager->select Performance tab->Click the "Open Resource Monitor" link at the lower left corner.
  • Choose Start->All Programs->Accessories->System Tools->Resource Monitor.
  •  %windir%\system32\perfmon.exe /res
  •  %windir%\system32\resmon.exe

How to use the Resource Monitor in Windows 8.1 - YouTube
src: i.ytimg.com


See also

  • Activity Monitor in macOS
  • System Monitor was available on Windows 95, 95 OSR, 95 OSR2, 98, 98SE, ME
  • Performance Monitor introduced in Windows NT

Windows 7 Resource Monitor: New & Improved | Gizmo's Freeware
src: www.techsupportalert.com


References


Source of article : Wikipedia