Skip to content

Logging free memory in CSV and Graph it

License

wasabina67/free-memory-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free-memory-logger

Logging free memory in CSV and Graph it

Setup

pipenv shell
pipenv sync --dev

Run

Create output.csv

bash src/log_free_memory.sh
  • output.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

python src/graph.py
  • output.png

output

About

Logging free memory in CSV and Graph it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published