https://github.com/wasabina67/free-memory-logger
Logging free memory in CSV and Graph it
https://github.com/wasabina67/free-memory-logger
free matplotlib memory pandas pipenv pyenv
Last synced: about 1 month ago
JSON representation
Logging free memory in CSV and Graph it
- Host: GitHub
- URL: https://github.com/wasabina67/free-memory-logger
- Owner: wasabina67
- License: mit
- Created: 2024-08-12T14:57:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T12:36:29.000Z (8 months ago)
- Last Synced: 2025-01-30T16:19:04.605Z (3 months ago)
- Topics: free, matplotlib, memory, pandas, pipenv, pyenv
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# free-memory-logger
Logging free memory in CSV and Graph it## Setup
```bash
pipenv shell
``````bash
pipenv sync --dev
```## Run
### Create output.csv
```bash
bash src/log_free_memory.sh
```- output.csv
```csv
timestamp,free_memory
2024-08-13T11:10:02+09:00,6294
2024-08-13T11:10:03+09:00,6290
...
2024-08-13T11:10:41+09:00,6290
```### Create output.png
```bash
python src/graph.py
```- output.png
