Untitled
unknown
plain_text
2 years ago
177 B
5
Indexable
#!/bin/bash
while true; do
date +"%Y-%m-%d %H:%M:%S" >> ramLog.txt
free -m | grep Mem >> ramLog.txt
echo "------------------------" >> ramLog.txt
sleep 60
done
Editor is loading...
Leave a Comment