Description:
Build a script that:
Logs CPU, RAM, Disk usage, and network stats every 10 seconds
Saves the data into a structured CSV file with timestamps
Optionally opens the CSV in LibreOffice or allows export to .html using gnuplot or termgraph
📁 Path: monitor/system-logger.sh
🛠 Tools: top, free, df, awk, date, tee, cron, csvkit, termgraph