Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2012 04:29 AM
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
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
Labels:
- Labels:
-
Custom Actions
0 REPLIES 0