I have put this together to get the % of cpu usage from servers or work stations. we have critical servers that need to be monitored during heavy traffic.
cmd.exe /K "{actionpath}pslist.exe -s -t \\{ipaddress} |find "Idle""
this will give you the idle percentage. we can than assume that the usage is the Idle difference subtracted from 100% usage...
this was a quick action i think is useful. Feel free to improve on it and share thanks.
note press ctrl+c to stop end the session