This is a simple environment monitor tool written in C#. It monitors the total CPU usage, physical memory usage, and virtual memory usage then displays with nice progressbars.
- Monitor total CPU usage
- Monitor physical memory usage
- Monitor virtual memory usage
- .NET Core SDK 9
- Clone the repository:
git clone https://github.com/gulyasgergely902/envmonitor.git
- Navigate to the project directory:
cd envmonitor
- Build the project:
dotnet build
Run the application:
dotnet run
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.