Question
8
Replies
514
Views
Posted: October 28, 2016
Last activity: December 21, 2016
Closed
Solved
Service Invocation count increase after upgrade to PEGA 7.1.6
I am looking at the service invocation count and it jumps about 50% the same month we upgrade from PEGA 5.4 SP2 to PEGA 7.1.6. Why would this happen and where is the data for the table 'PR_HOURLY_USAGE' pulled from? Is this data available for me to look at?
***Updated by Moderator: Maryrita to move from Pega 7 Upgrade Center to Product Support Community***
***Updated by Moderator: Marissa to update categories***Lochan: Added SR details***
The difference in architecture between PRPC 5.x and Pega 7 is substantial. This alone could certainly have lead to what you are seeing. With that said, we can look a little deeper. Are you seeing this in production under similar load to what was in PRPC 5.x? Any indication which requestor types are impacted?
You can use pr_hourly_usage in tracking historical data. "You can use pr_perf_stats, pr_daily_usage and pr_hourly_usage table in order to get number of users/requestor logging in Daily/Hourly. These tables have all the details related to request login and logout information. By querying pr_hourly_usage you can get a pattern of number of concurrent request logging in a particular hour."