https://github.com/datvm/lukevo.memorymonitor
A very simple Windows utility to log the Memory (RAM) usage.
https://github.com/datvm/lukevo.memorymonitor
c-sharp logging memory monitoring ram utility windows
Last synced: 2 months ago
JSON representation
A very simple Windows utility to log the Memory (RAM) usage.
- Host: GitHub
- URL: https://github.com/datvm/lukevo.memorymonitor
- Owner: datvm
- License: mit
- Created: 2018-09-09T15:12:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T15:57:08.000Z (over 6 years ago)
- Last Synced: 2025-04-08T19:33:51.617Z (2 months ago)
- Topics: c-sharp, logging, memory, monitoring, ram, utility, windows
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
Memory Monitor is a simple utility for logging system RAM usage. That's it.
# Download
You can download the utility in the [Release session](https://github.com/datvm/LukeVo.MemoryMonitor/releases).If you want, you can clone the project and build/modify it to fit your needs. The utility is written in C#. You can build it by yourself using Microsoft's free [Visual Studio](https://visualstudio.microsoft.com/downloads/).
# Config
By default, the program log the information every 1 second on a folder named `Logs`. You can change that by opening `LukeVo.MemoryMonitor.exe.config` file and change the following settings:
`OutputFolder` can be set as relative path or absolute path (for example, `C:\Log\RAM` is valid).
*Note: you need to restart the program if it is already started.*# Task Scheduler
If you want the program to start on startup, you can use [Task Scheduler](https://docs.microsoft.com/en-us/windows/desktop/taskschd/about-the-task-scheduler) for it.