# Analyze job results

You can see how your job performed and if errors occurred by viewing logs and job metrics. After you [Run a job](https://docs.pentaho.com/pdia-data-integration/pipeline-designer/working-with-jobs/broken-reference), the Logs panel opens with tabs that help you to see how the transformation ran and pinpoint errors.

### Logging <a href="#logging" id="logging"></a>

The **Logging** tab displays the logging details for the most recent execution of the job. You can also drill in deeper to determine where errors occur. Error lines are highlighted in red.

### Job Metrics <a href="#metrics" id="metrics"></a>

The **Job Metrics** tab shows statistics for each step in your job including how many records were read, written, caused an error, processing speed (rows per second) and more. This tab also indicates whether an error occurred in your job step. If a mistake occurs, steps that caused the job to fail are highlighted in red.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/pipeline-designer/working-with-jobs/analyze-job-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
