Python Tool CPU checking the utilization
Here is a little tool written in Python about the CPU utilization and the temperature. There is a line chart with Matplotlib. There is also a log file in CSV. The video is uploaded on Dailymotion:
Here is a little tool written in Python about the CPU utilization and the temperature. There is a line chart with Matplotlib. There is also a log file in CSV. The video is uploaded on Dailymotion:
You want to watch the CPU / RAM usage in real time? You can do it with this script You need only to install tkinter. pip install tkinter. Then open an editor or your IDE and then you can copy this script. The interface of tkinter The script More Python on my blog?