Skip to content

A VS Code extension that displays memory and cpu usage both in units and %. Also identifies # of cores and threads available on the machine based on default math (not sys specific, accuracy low).

Notifications You must be signed in to change notification settings

MAKaminski/SysMemory

Repository files navigation

Traffic Info

GitHub stars GitHub watchers GitHub forks GitHub contributors GitHub all releases GitHub release date GitHub last commit

Repo

GitHub repo size GitHub code size GitHub language count GitHub top language Coverage GitHub license

Issues

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

SysUsage

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.

Features

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.

Requirements

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.

Extension Settings

This extension does not currently add any Visual Studio Code settings through the contributes.configuration extension point.

Known Issues

There are currently no known issues with this extension.

Release Notes

Date: 06/24/2024 Updates: Added Repo Traffic Github Workflow to Ensure Readme remains up to dat

1.0.0

Initial release of SysUsage.


About

A VS Code extension that displays memory and cpu usage both in units and %. Also identifies # of cores and threads available on the machine based on default math (not sys specific, accuracy low).

Resources

Stars

Watchers

Forks

Packages

No packages published