- Read system information
- Read the process list
- Sort process by memory and CPU usage
Rust
Version: 1.73.0
Windows
- Run Powershell script ".\build.ps1"
- In the "target/release" folder .exe file will be generated
- Needed files will be copied to the same folder
Build the app using the provided PowerShell script
- browse to the "target/release" folder
- run ".\process_monitor.exe"
Apache-2.0
[1] Learn Rust Programming - Complete Course. FreeCodeCamp.
[2] Crate sysinfo
[3] Rust Documentation
