# The ldoctl command line utility

The `ldoctl` Data Optimizer command line utility supports several functions related to monitoring and maintening the Data Optimizer software. These functions include:

* Reloading the configuration file at run time, allows you to apply new configurations without restarting the software.
* Collecting and marking logs, which helps in identifying specific events and tracking the performance or issues.
* Collecting performance metrics, which gives insights into the performance of Data Optimizer, enabling better management and optimization.

You can find the `ldoctl` utility documention in `man` pages and inline help. You can also find examples of how to use this utility throughout the guide.


---

# 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/pdc-10.2-data-optimizer/pdso-install-landing-page/pdso-install-in-hadoop-cluster/pdso-maintain-landing-page/pdso-ldoctl-command-line-utility.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.
