Jump to content
Changes to the Jaspersoft community edition download ×

Query execution time on Jasper reports server


mebornin77

Recommended Posts

I am creating a jasper report template using the iReport designer and deploying the jrxml on to the Jasper Reports server.

Is it possible to log the time

1) required to excute a query and

2)the time required to fill and render a report

on the Jasper Reports server when executing the report?

Link to comment
Share on other sites

  • 3 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The potgres database which runs on the server will capture the query execution and report fill times. 

In order to enable this logging js.config.properties needs to be changed 

# Enable or disable Monitoring (monitoring.records.enabled=false) to (monitoring.records.enabled=true)

On the postgres database, the table name is jireportmonitoringfact. It has all the details.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...