330. Report Generation

The Report Generation metric is a performance metric used to determin the user-perceived response time. The metric creates a Component Information report on module FNDADM. The metric will return the response time in milliseconds. The response time includes creating the report in both database and pdf rendering in application server, and deleting the report. The suggested thresholds below differ between different type of environments.

Multiple Instances: No

Interval: Every 5 minutes

Status Expression
Critical If (Report Generation Time > 14000ms)
Impact The overall responce of the system is probably very low
Suggestion If CPU is low on both AppServer and DB the slow response time might indicate DB cache size is set too small in the DB.
If CPU is high - increase HW
Warning If (Report Generation Time > 4000ms)
Impact The overall responce of the system is probably low
Suggestion If CPU is low on both AppServer and DB the slow response time might indicate DB cache size is set too small in the DB.
If CPU is high - consider increase of HW
OK If (Report Generation Time < 4000ms )
Unknown Missing application response.

Metric & Service Command line example
Report Generation Time java -jar application-monitoring-metrics-cli.jar sysload -url https://<fqdn>:<port> user=ifsmonitoring -pass=<password>