Skip to content

Commit

Permalink
interval update (#18658)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 authored Sep 25, 2024
1 parent d4157fc commit e610333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcgm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To configure the exporter in a Docker environment:
1. Create the file `$PWD/default-counters.csv` which contains the default fields from NVIDIA `etc/default-counters.csv` as well as additional Datadog-recommended fields. To add more fields for collection, follow [these instructions][9]. For the complete list of fields, see the [DCGM API reference manual][10].
2. Run the Docker container using the following command:
```shell
sudo docker run --pid=host --privileged -e DCGM_EXPORTER_INTERVAL=3 --gpus all -d -v /proc:/proc -v $PWD/default-counters.csv:/etc/dcgm-exporter/default-counters.csv -p 9400:9400 --name dcgm-exporter nvcr.io/nvidia/k8s/dcgm-exporter:3.1.7-3.1.4-ubuntu20.04
sudo docker run --pid=host --privileged -e DCGM_EXPORTER_INTERVAL=5000 --gpus all -d -v /proc:/proc -v $PWD/default-counters.csv:/etc/dcgm-exporter/default-counters.csv -p 9400:9400 --name dcgm-exporter nvcr.io/nvidia/k8s/dcgm-exporter:3.1.7-3.1.4-ubuntu20.04
```

<!-- xxz tab xxx -->
Expand Down

0 comments on commit e610333

Please sign in to comment.