GitXplorerGitXplorer
H

ResourceMonitor

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e3692b16163273ce96a11674ad7ae12da1afbef

update readme

HHO-COOH committed 3 days ago
Unverified
65ba7919bf3197f5171107f231c1b55c839692cc

Add missing files

HHO-COOH committed 3 days ago
Verified
118ab0b07afd12c47a3dba881c1b644def4540cc

Feat/toolwindow (#3)

HHO-COOH committed 3 days ago
Unverified
73dd9475d44a6e02856f0f95a9d06065d513d3d6

child process ram usage uses TLHelp32 functions instead of WMIC

HHO-COOH committed 4 months ago
Unverified
92a91ca72d547ca19ada00c40b47dc2b9afa6012

WIP: Use StatusBarInjector instead of freezing statusbar text

HHO-COOH committed 4 months ago
Unverified
191657fbd11dfc1eba7e2a1d278c9e985a3f55bf

Feat: Add options for showing number of child process

HHO-COOH committed a year ago

README

The README file for this repository.

ResourceMonitor

A Visual Studio extension for monitoring CPU, RAM, disk and Battery usage.

This extension supports:

  • Visual Studio 2019
  • Visual Studio 2022

Download

For Visual Studio 2019 -> Visual Studio Marketplace

For Visual Studio 2022 -> Visual Studio Marketplace

Features

  • This extension adds hardware usage on the status bar of your Visual Studio.

    left -> right: CPU, RAM, Disk, Battery

  • The CPU and RAM section are clickable buttons, which opens up a panel of all the child processes (and their child, so it's recursive) and their hardware usages.

Settings

You can found the settings in Tools -> Options -> ResourceMonitor

Background

Windows 11 taskmgr does not correctly group child process created by Visual Studio. taskmgr shows currently it does not have any child process, which in reality, has many and all of them lying under background process.

Plans

  • Add a setting menus for changing the refresh speed.
  • Add settings for displaying different things.
  • Able to run on start up
  • Visual Studio 2022 support

Note:

Partially inspired by:

Visual studio are you drunk for occupying such precious screen-sapce just to show "Ready" and a notification bell?