Question
Total no. of successful responses of services by time period is required.
Problem: Performance of Pega services by time period
Solution: We can use Service Invocation Statistics, a PEGA OOTB tool, to check total number of service requests PEGA received irrespective of Success/ Failure in response. This tool shows us the total number of service requests PEGA received for a time period for our application in production.
Now we require the total no. of successful responses which can give us the exact performance of services in PEGA.
Summary: Total no. of successful responses of services by time period is required.
Hi Harpreet,
Tables involved in PRPC OOTB Usage statistics : pr_hourly_usage, pr_daily_usage, pr_usage_summary (monthly data). These are generated by a LicenseDaemon and automatically aggregated.
Pega only provides HL information in these OOTB report. I think it's better to use AES framework to address this requirement. Or alternatively use your custom code to refer the response data in a separate table. Create a RD on that table to check the performance.