Start a new topic
Answered

"Windows Processes Managment" - Filter by (CPU) load / top load

Hello everyone,


Is it possible to grab the processes from multiple servers (let's say, the first five VDA server) and filter out every process > not responsible < for minimum (example) 5% of the CPU load?


So that we got a constantly refreshing view, listing up a handful processes to allow us a quick overview if a process start to create too much CPU load.


The important factors would be process name, server name, usage of CPU / RAM.


Basically, that what the "Windows Task Manager" shows us if we are locally on the server.


I know it's possible to get above informations via powershell but does Royal TS support listening the CPU/RAM usage?



Best Answer

Hi Robin,


the Windows Processes Management plugin is based on a WMI query on the process class. Unfortunately this class does not have the CPU usage values. To query the CPU usage you need to make use of PowerShell. You can find a similar question here: https://stackoverflow.com/questions/22195277/get-the-cpu-usage-of-each-process-from-wmi


Once you have a PowerShell script which shows the correct data, you can still use Royal TS to show the data in a grid and also let Royal TS auto refresh the grid:

https://content.royalapplications.com/Help/RoyalTS/V5/index.html?reference_powershellconnection.htm


Regards,
Stefan

1 Comment

Answer

Hi Robin,


the Windows Processes Management plugin is based on a WMI query on the process class. Unfortunately this class does not have the CPU usage values. To query the CPU usage you need to make use of PowerShell. You can find a similar question here: https://stackoverflow.com/questions/22195277/get-the-cpu-usage-of-each-process-from-wmi


Once you have a PowerShell script which shows the correct data, you can still use Royal TS to show the data in a grid and also let Royal TS auto refresh the grid:

https://content.royalapplications.com/Help/RoyalTS/V5/index.html?reference_powershellconnection.htm


Regards,
Stefan

Login or Signup to post a comment