Hi,
I'm trying to generate CPU usage for a particular process. However, I found out that the CPU usage per process is the sum of all %Process time of each CPU. That means if your %Process Time is 890 and you have 15 CPUs as seen on task manager, divide the 890 with 15 and you get 59.3%.
Question is how can i display it on MOM that the %Process time of a particular process is already for the total number of CPUs.
I'm trying to generate CPU usage for a particular process. However, I found out that the CPU usage per process is the sum of all %Process time of each CPU. That means if your %Process Time is 890 and you have 15 CPUs as seen on task manager, divide the 890 with 15 and you get 59.3%.
Question is how can i display it on MOM that the %Process time of a particular process is already for the total number of CPUs.