---
title: Reducing the frequency of data collection
description: Use the dsconfig tool to reduce or modify the frequency of data collection in the monitored servers.
component: pingdirectory
version: 9.3
page_id: pingdirectory:pingdatametrics_server_administration_guide:pd_met_reduce_freq_data_collection
canonical_url: https://docs.pingidentity.com/pingdirectory/9.3/pingdatametrics_server_administration_guide/pd_met_reduce_freq_data_collection.html
revdate: September 13, 2023
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
  result: Result:
---

# Reducing the frequency of data collection

Use the `dsconfig` tool to reduce or modify the frequency of data collection in the monitored servers.

## About this task

Monitored servers can produce metric samples every second, which is useful for short-duration changes. These samples are less useful hours later, after the per-second data is aggregated to per-minute data.

## Steps

* To change the base sample production rate from the default of 1 second to 10 seconds, use the `dsconfig` tool.

  ### Example:

  ```shell
  $ bin/dsconfig set-plugin-prop --plugin-name "Stats Collector" \
    --set "sample-interval:10 seconds"
  ```

  ### Result:

  This change reduces the total data volume by about 90 percent.
