https://github.com/krshrimali/memorychecker-rs-mac
An application to raise alert if memory usage exceeds particular threshold (for Mac OS) - written in Rust
https://github.com/krshrimali/memorychecker-rs-mac
Last synced: 7 months ago
JSON representation
An application to raise alert if memory usage exceeds particular threshold (for Mac OS) - written in Rust
- Host: GitHub
- URL: https://github.com/krshrimali/memorychecker-rs-mac
- Owner: krshrimali
- Created: 2023-11-01T15:50:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T15:52:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T08:26:12.322Z (8 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## memoryChecker-rs-mac
An application to raise alert if memory usage exceeds particular threshold (for Mac OS) - written in Rust
### Goals
1. Check and raise a warning -> if memory consumption is greater than a set threshold.
2. Share the program details that is taking most of the memory.