Reporting and Monitoring

Reports allow the user to verify the status and the details of the executed job.

Web Reports

Home > History (of a job)

 

Home > History (of a job) > view details

The report page consists of two sections:

  1. A summary
  2. Details

The summary sections contains:

  • Name and description of the job
  • Start time and end time
  • Duration of the job
  • Number of uploaded documents
  • Number of failed documents
  • Current status
  • Documents uploaded per second (only accurate after the job ended)

While the job is running the details section will display the current progress.

 

After the job has completed the detail section lists all uploaded documents and their status. The name of the document is a link to the file in Alfresco. You can use the "Export to CSV" link at the bottom of the summary section to export this table to CSV for example for processing in Excel.

Email Reports

See Error reporting for instructions on how to configure email reports.

Monitoring (JMX)

Enable remote JMX monitoring in Tomcat by adding this to JAVA_OPTS:

-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8086
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false