https://github.com/ho-cooh/resourcemonitor
A Visual Studio extension for monitoring CPU and RAM usage
https://github.com/ho-cooh/resourcemonitor
csharp net-framework visual-studio
Last synced: 11 months ago
JSON representation
A Visual Studio extension for monitoring CPU and RAM usage
- Host: GitHub
- URL: https://github.com/ho-cooh/resourcemonitor
- Owner: HO-COOH
- License: mit
- Created: 2020-06-08T05:07:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T15:34:23.000Z (about 1 year ago)
- Last Synced: 2025-03-22T14:22:11.641Z (11 months ago)
- Topics: csharp, net-framework, visual-studio
- Language: C#
- Homepage:
- Size: 954 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://marketplace.visualstudio.com/items?itemName=HO-COOH.ResourceMonitor)
For Visual Studio 2022 -> [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=HO-COOH.ResourceMonitor2022)
## 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:
- https://github.com/lkytal/StatusInfo (RIP, not supporting VS2019)
*Visual studio are you drunk for occupying such precious screen-sapce just to show "Ready" and a notification bell?*