NVIDIA / DCGM

NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
Apache License 2.0
373 stars 49 forks source link

dcgm diag -r pulse_test, no parameter freq0 #84

Open glyangmail opened 1 year ago

glyangmail commented 1 year ago

$dcgmi diag -r pulse_test -p pulse_test.freq0=3000 refer to DCGM User guide: https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/diag-pulse-test.html?highlight=freq Invalid Parameter String: test 'pulse_test' has no parameter 'freq0'. image

dbeer commented 1 year ago

We have updated the documentation. Instead of setting freq0, you can request certain patterns of parameters that test the GPU well. Please refer to the updated documentation.

vasudev287 commented 8 months ago

@dbeer still seeing the same freq0 instruction in the user guide. https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/diag-pulse-test.html?highlight=freq Can you point to the updated document?