Simple CPU usage tracking in Linux using SQLite and Python
I figured that over night one of my PCs is spending time on “something”. System logs don’t show anything, app logs neither. So, I spent like 30min and made this tiny script which might be useful for you as well. I connect to my host using SSH, and I ...
Nov 30, 20242 min read90