This extension provides real-time system usage statistics in the status bar of Visual Studio Code.
It displays the current memory usage, CPU load, and the number of cores and threads.
The SysUsage extension provides the following features:
- Display of current memory usage in GB and as a percentage of total memory.
- Display of current CPU load as a percentage.
- Display of the number of cores and threads.
This extension requires the systeminformation
npm package. This package is used to retrieve system information. It should be installed and configured as part of the extension installation process.
This extension does not currently add any Visual Studio Code settings through the contributes.configuration
extension point.
There are currently no known issues with this extension.
Date: 06/24/2024 Updates: Added Repo Traffic Github Workflow to Ensure Readme remains up to dat
Initial release of SysUsage.