I want to get CPU Usage percent from linux server, I connected with my linux server from python with
shell = spur.SshShell(hostname="ip", username="root", password="password", missing_host_key=spur.ssh.MissingHostKey.accept)
And i have no clue what to do now, can anyone help ? Thanks !
You can use the psutil library to get system information like CPU usage.