Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illusioxd/srcapp
A WPF system resource monitoring application built with WPF and C#. This app provides insights into CPU, GPU, RAM, disk, and network information.
https://github.com/illusioxd/srcapp
cpu-monitoring csharp disk-monitoring gpu-monitoring mit-license ram-monitoring system system-monitoring wpf wpf-application
Last synced: 16 days ago
JSON representation
A WPF system resource monitoring application built with WPF and C#. This app provides insights into CPU, GPU, RAM, disk, and network information.
- Host: GitHub
- URL: https://github.com/illusioxd/srcapp
- Owner: illusiOxd
- License: mit
- Created: 2024-12-20T21:27:42.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-22T21:37:35.000Z (18 days ago)
- Last Synced: 2024-12-22T22:24:43.068Z (18 days ago)
- Topics: cpu-monitoring, csharp, disk-monitoring, gpu-monitoring, mit-license, ram-monitoring, system, system-monitoring, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System Resources Control WPF
## Description
This WPF application provides information about your computer's system resources, such as CPU, GPU, RAM, disks, network, and temperature. It allows users to monitor the state of their hardware.
## Features
* **CPU Info:** Displays detailed information about the processor, including name, manufacturer, number of cores and threads, clock speed, and cache.
* **GPU Info:** Shows information about graphics adapters, including name, memory, driver version, and video processor.
* **RAM Info:** Provides information about the installed RAM, including total capacity, as well as details about each memory module.
* **Disk Info:** Displays information about hard disks, including model, interface type, size, and media type.
* **Network Info:** Shows information about network adapters, including name, MAC address, and speed.
* **System Summary:** Displays a brief summary of information about CPU, RAM, GPU, and disks.
* **Temperature Info:** Shows the current temperature.
* **Benchmark feature:** For performance evaluation
* **Controls:**
* "Continue (y)" button: Restarts monitoring.
* "Stop (n)" button: Stops monitoring.
* "Exit" button: Closes the application.## Technologies
* **Language:** C#
* **Framework:** WPF (.NET Framework or .NET Core/.NET)
* **Libraries:**
* System.Management (for obtaining system information)
* **UI**: Basic WPF controls.## Build and Run
1. **Clone the repository:**
```bash
git clone https://github.com/illusiOxd/SRCapp.git
```
2. **Open the project:** Open the `.csproj` file in Visual Studio or Rider.
3. **Install NuGet packages:** Install the `System.Management` NuGet package.
4. **Build the project:** Select "Build" -> "Build Solution" (or "Rebuild Solution").
5. **Run the project:** Click the "Start" button (or `F5` / `Ctrl+F5` in Visual Studio).## How to use
1. After launching the application, the main window with buttons will appear.
2. Click the corresponding button to get information about the desired resource.
3. The information will be displayed in the window as a list of items.
4. Use the "Continue (y)" and "Stop (n)" buttons to manage monitoring, or "Exit" to close the application.## Future Plans
* Potential improvements to the UI and organization of information.
## Contact
If you have questions or suggestions, contact me via email: \[email protected]
## License
MIT License
Copyright (c) 2024 Timothy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.