---
title: Export Monitoring Metrics to CSV
description: When true, enables the export of agent performance monitoring metrics to comma-separated value (CSV) files.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.config.monitoring.to.csv
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.config.monitoring.to.csv.html
---

# Export Monitoring Metrics to CSV

When `true`, enables the export of agent performance monitoring metrics to comma-separated value (CSV) files.

Files are written the same directory as the agent instance debug files, for example in `/path/to/java_agents/tomcat_agent/Agent_001/logs/debug/`.

|                          |                                                                                                                                                                                                                                      |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Property name            | `org.forgerock.agents.config.monitoring.to.csv`                                                                                                                                                                                      |
| Aliases                  | `org.forgerock.agents.config.monitoring.to.csv`   Introduced in Java Agent 5.6   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 7`org.forgerock.agents.monitoring.to.csv.enabled`   Introduced in Java Agent 5.6 |
| Function                 | Monitoring                                                                                                                                                                                                                           |
| Type                     | Boolean: `true` returns true; all other strings return `false`.                                                                                                                                                                      |
| Default                  | `false`                                                                                                                                                                                                                              |
| Bootstrap property       | No                                                                                                                                                                                                                                   |
| Required property        | No                                                                                                                                                                                                                                   |
| Restart required         | No                                                                                                                                                                                                                                   |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                             |
| AM console               | Tab: `Advanced (from AM 7)`Title: `Export Monitoring Metrics to CSV`                                                                                                                                                                 |
