Question
1
Replies
334
Views
Accenture
Posted: November 8, 2018
Last activity: November 16, 2018
Closed
Fetch CPU Utilization % inside pega app
Hi Team,
As all of know we are able to get Memory utilization inside Pega App in Cluster Management ,is their any way to get CPU Utilization % inside pega app.
***Edited by Moderator Marissa to update platform capability tags****
The health status daemon on every node samples total CPU used by Java process every two minutes and sends AES/PDC a health status message that includes "%cpu" which is calculated as
((total process cpu from current snampshot - total process cpu from previous snapshot ) / (time elapsed since snapshots * number of cpu's) ) * 100%
if the daemon saw 240 cpu seconds used in 120 seconds of clock time on a 4 cpu system it would assume that the java process used 50% of the available cpu
In AES/PDC the cpu usage is in the class pegaaes-data-nodehealthstats and is retained 30 days