# Sniff Test tool

The Sniff Test displays data as it travels from one step to another in the stream. The Sniff Test is designed to be used as a supplement to logs so that you can debug complex situations.

**Note:** Applying a Sniff Test slows transformation run speed, so use with care.

To use this, complete these steps:

1. Right-click a step in the transformation as it runs.
2. Select **Sniff Test During Execution**.

   There are three options in this menu:

   * **Sniff test input rows** - Shows the data inputted into the step.
   * **Sniff test output rows** - Shows the data outputted from the step.
   * **Sniff test error handling** - Shows error handling data.

After you have selected an option, values in the data stream appear. You are also able to observe throughput.


---

# 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/archived-merged-pages/transforming-data-with-pdi-archive/logging-and-performance-monitoring/monitor-performance/sniff-test-tool.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.
