Hello, I'm currently undergoing a course that needs to develop a project and I've been looking into developing a project of RPi 2 since I have one.
I successfully wrote scripts in python to check the availability of a server (by pinging the server for a certain time in a while) and am now wondering if anyone knows how to check the CPU usage of the server. I want to get the data of CPU usage of the server which from different machine from RPi 2. It would be great if the usage can be retrieved in percentage.
Thank you.