Monitoring & Scheduling

Schedule Pentaho Jobs / Transformations and Monitor results ..

In this guided demonstration, you will:

  • Configure a Repository connection.

  • Monitor a Job / Transformation.

  • Schedule a Job / Transformation.

One way to monitor a Pentaho Transformations / Jobs is to use the PDI Status page, which shows you the details of remotely executed and scheduled transformations, such as the date and time they were run, their status and results.

To access the PDI Status page, you need to navigate to the /pentaho/kettle/status page on your Pentaho Server, and change the host name and port to match your configuration.

Another way to monitor a Pentaho transformation is to enable logging and step performance monitoring in the PDI client. Logging provides you with summarized and detailed information about a transformation, such as the number of records inserted, the total elapsed time, and any errors or exceptions.

Step performance monitoring allows you to see how each step in your transformation is performing in terms of speed, memory usage, and input/output rates.

Monitor

Now that executed the transformation against the Pentaho server kettle engine you can remotely log into the service to monitor the tasks.

  1. Click on the following URL:

Monitor - Pentaho server
  1. Log into the service.

Log into service

Username

admin

Password

password

From here you can perform a number of operations:

• RUN the Transformation / Job.

• Stop the running Transformation / Job.

• View Transformation / Job details.

• Remove Transformation / Job.

PDI status

For monitoring remote servers, log in with the following URL format:

• http://[IP address / FQDN]: [Port]/kettle/status

• Default Username / Password: cluster/cluster

Last updated