Logging free memory in CSV and Graph it
pipenv shellpipenv sync --devbash 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
python src/graph.py- output.png
