Skip to main content

Nvidia Data Center GPU Manager (DCGM)

Nvidia Data Center GPU Manager (DCGM)

Plugin: go.d.plugin Module: dcgm

Maintained by Netdata

Overview

This collector gathers NVIDIA GPU telemetry from a dcgm-exporter endpoint. Known fields use source-defined units and chart groups. Other numeric fields remain available as raw measurements.

It collects metrics by periodically scraping the exporter Prometheus endpoint over HTTP.

This collector is supported on all platforms.

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

Nvidia Data Center GPU Manager (DCGM) can be monitored further using the following other integrations:

Default Behavior

Auto-Detection

This integration requires a configured dcgm-exporter endpoint.

Limits

The collector applies global and per-metric time series limits to prevent excessive cardinality. Some exporter versions round floating-point bit error ratios to six decimal places. Enable the packed *_BER_RAW (or legacy COUNT_*_BER) field when available to preserve small ratios; float-only values retain the exporter's precision limit.

Performance Impact

The impact depends on dcgm-exporter field selection and resulting series cardinality.

Setup

You can configure the dcgm collector in two ways:

MethodBest forHow to
UIFast setup without editing filesGo to Nodes → Configure this node → Collectors → Jobs, search for dcgm, then click + to add a job.
FileIf you prefer configuring via file, or need to automate deployments (e.g., with Ansible)Edit go.d/dcgm.conf and add a job.
important

UI configuration requires paid Netdata Cloud plan.

Prerequisites

Run dcgm-exporter

Install DCGM and run dcgm-exporter so that a Prometheus endpoint is available (default :9400/metrics).

Configure exporter field list

The default exporter profile exposes a small subset of fields. Use the Netdata recommended profile: dcgm-exporter-netdata.csv (raw download: https://raw.githubusercontent.com/netdata/netdata/master/src/go/plugin/go.d/collector/dcgm/dcgm-exporter-netdata.csv).

The Netdata profile enables 123 fields by default and lists optional fields from its source dataset as commented entries. To customize beyond the baseline, uncomment the field you need and comment one currently enabled field.

Runtime validation artifact: src/go/plugin/go.d/collector/dcgm/runtime-validation-driver-590.48.01-dcgm-exporter-4.4.1-4.5.2.md and src/go/plugin/go.d/collector/dcgm/runtime-validation-driver-590.48.01-dcgm-exporter-4.4.1-4.5.2.json

Validation is primarily version-scoped (NVIDIA driver + DCGM/DCGM-exporter versions), so treat it as a strong baseline rather than universal compatibility.

Example: dcgm-exporter -f /path/to/dcgm-exporter-netdata.csv

Keep collection intervals aligned

Set Netdata update_every to the same value as dcgm-exporter collection interval (default 30 seconds). Example exporter interval: dcgm-exporter -c 30000 and Netdata update_every: 30.

Enable profiling capabilities (optional)

Profiling fields may require additional privileges/capabilities in your runtime environment.

Configuration

Options

The following options can be defined globally: update_every, autodetection_retry.

Config options
GroupOptionDescriptionDefaultRequired
Collectionupdate_everyData collection interval (seconds). Keep this aligned with dcgm-exporter collection interval.30no
autodetection_retryAutodetection retry interval (seconds). Set 0 to disable.0no
TargeturlDCGM exporter metrics endpoint URL.http://127.0.0.1:9400/metricsyes
timeoutHTTP request timeout (seconds).10no
Limitsmax_time_seriesGlobal time series limit. If exceeded, collection is skipped for this cycle.2000no
max_time_series_per_metricPer-metric time series limit. Metrics above this limit are skipped.200no
HTTP AuthusernameUsername for Basic HTTP authentication.no
passwordPassword for Basic HTTP authentication.no
bearer_token_filePath to a file containing a bearer token.no
TLStls_skip_verifySkip TLS certificate and hostname verification (insecure).nono
tls_caPath to CA bundle used to validate the server certificate.no
tls_certPath to client TLS certificate (for mTLS).no
tls_keyPath to client TLS private key (for mTLS).no
Proxyproxy_urlHTTP proxy URL.no
proxy_usernameUsername for proxy authentication.no
proxy_passwordPassword for proxy authentication.no
RequestheadersAdditional HTTP headers to include in the request.no
methodHTTP method.GETno
bodyHTTP request body.no
not_follow_redirectsDo not follow HTTP redirects.nono
force_http2Force HTTP/2 (including h2c over TCP).nono
Virtual NodevnodeAssociate this job with a Virtual Node.no

via UI

Configure the dcgm collector from the Netdata web interface:

  1. Go to Nodes.
  2. Select the node where you want the dcgm data-collection job to run and click the (Configure this node). That node will run the data collection.
  3. The Collectors → Jobs view opens by default.
  4. In the Search box, type dcgm (or scroll the list) to locate the dcgm collector.
  5. Click the + next to the dcgm collector to add a new job.
  6. Fill in the job fields, then click Test to verify the configuration and Submit to save.
    • Test runs the job with the provided settings and shows whether data can be collected.
    • If it fails, an error message appears with details (for example, connection refused, timeout, or command execution errors), so you can adjust and retest.

via File

The configuration file name for this integration is go.d/dcgm.conf.

The file format is YAML. Generally, the structure is:

update_every: 1
autodetection_retry: 0
jobs:
- name: some_name1
- name: some_name2

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/dcgm.conf
Examples
Local exporter

Collect metrics from a local dcgm-exporter endpoint.

Config
jobs:
- name: local
url: http://127.0.0.1:9400/metrics
update_every: 30

TLS endpoint

Collect metrics over HTTPS with custom CA certificate.

Config
jobs:
- name: secure
url: https://dcgm-exporter.example.com:9400/metrics
update_every: 30
tls_ca: /etc/netdata/certs/dcgm-ca.crt

Increased cardinality limits

Increase limits when collecting large field sets and multiple entities.

Config
jobs:
- name: dcgm_large
url: http://127.0.0.1:9400/metrics
update_every: 30
max_time_series: 10000
max_time_series_per_metric: 2000

Alerts

The following alerts are available:

Alert nameOn metricDescription
dcgm_gpu_xid_errors dcgm.gpu.reliability.xidNVIDIA driver reported a GPU XID error (metric ${label:chart_context}).
dcgm_gpu_row_remap_failure dcgm.gpu.reliability.row_remap_statusRow remapping has failed, indicating a persistent memory reliability problem.
dcgm_gpu_uncorrectable_remapped_rows dcgm.gpu.reliability.row_remap_eventsNew uncorrectable row remap events were detected in the last 5 minutes.
dcgm_gpu_power_violation dcgm.gpu.throttle.durationThe GPU was power-throttled during the last 5 minutes.
dcgm_gpu_thermal_violation dcgm.gpu.throttle.durationThe GPU was thermally throttled during the last 5 minutes.

Metrics

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Charts appear only for fields supplied by the exporter; availability depends on hardware, driver and exporter versions. Missing, unsupported and invalid samples leave gaps. Labels identifying health watches, event reasons and peers distinguish dimensions; event window lengths distinguish chart instances.

See metric semantics and chart migration for interpretation, source selection and changes to existing charts.

Per host

The GPU inventory reported by one exporter host.

This scope has no labels.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.host.inventory.gpu_countHost GPU CountgpusGPUs

Per gpu

A physical GPU identified by the exporter device and UUID labels.

Labels:

LabelDescription
gpuGPU device index.
uuidGPU UUID.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.gpu.compute.utilizationGPU and Memory Busy Timegpu, memory_copypercentage
dcgm.gpu.compute.engine_activityGPU Graphics and Compute Engine Activityactivitypercentage
dcgm.gpu.compute.sm.utilizationGPU Streaming Multiprocessor Utilizationactivity, occupancypercentage
dcgm.gpu.compute.resource_activityGPU Tensor and Memory Interface Activitydram, tensorpercentage
dcgm.gpu.compute.pipe.activityGPU Arithmetic Pipeline Activityfp16, fp32, fp64, integerpercentage
dcgm.gpu.compute.tensor.activityGPU Tensor Instruction Activitytensor_dfma, tensor_hmma, tensor_immapercentage
dcgm.gpu.compute.media.utilizationGPU Video Engine Utilizationdecoder, encoderpercentage
dcgm.gpu.compute.media.activityGPU Media Engine Activitynvdec0, nvdec1, nvdec2, nvdec3, nvdec4, nvdec5, nvdec6, nvdec7, nvjpg0, nvjpg1, nvjpg2, nvjpg3, nvjpg4, nvjpg5, nvjpg6, nvjpg7, nvofa0, nvofa1percentage
dcgm.gpu.compute.cache.hostGPU Host Memory Cache Efficiencyhit, misspercentage
dcgm.gpu.compute.cache.peerGPU Peer Memory Cache Efficiencyhit, misspercentage
dcgm.gpu.memory.utilizationGPU VRAM Capacity Usedused_percentpercentage
dcgm.gpu.memory.usageGPU VRAM Allocationfree, reserved, usedbytes
dcgm.gpu.memory.capacityGPU VRAM Capacitytotalbytes
dcgm.gpu.memory.bar1_usageGPU BAR1 Mapping Usagefree, usedbytes
dcgm.gpu.memory.bar1_capacityGPU BAR1 Mapping Capacitytotalbytes
dcgm.gpu.memory.ecc_modeGPU ECC Modecurrent, pendingstate
dcgm.gpu.memory.ecc_volatileGPU Volatile ECC Errorsdbe, sbeerrors
dcgm.gpu.memory.ecc_aggregateGPU Persistent ECC Errorsdbe, sbeerrors
dcgm.gpu.memory.ecc_volatile_rateGPU Volatile ECC Error Ratedbe, sbeerrors/s
dcgm.gpu.memory.ecc_aggregate_rateGPU Persistent ECC Error Ratedbe, sbeerrors/s
dcgm.gpu.memory.ecc_volatile_detailGPU Volatile ECC Errors by Locationdbe_cbu, dbe_dev, dbe_l1, dbe_l2, dbe_reg, dbe_shm, dbe_srm, dbe_tex, sbe_cbu, sbe_dev, sbe_l1, sbe_l2, sbe_reg, sbe_shm, sbe_srm, sbe_texerrors
dcgm.gpu.memory.ecc_aggregate_detailGPU Persistent ECC Errors by Locationdbe_cbu, dbe_dev, dbe_l1, dbe_l2, dbe_reg, dbe_shm, dbe_srm, dbe_tex, sbe_cbu, sbe_dev, sbe_l1, sbe_l2, sbe_reg, sbe_shm, sbe_srm, sbe_texerrors
dcgm.gpu.memory.page_retirementsGPU Memory Page Retirement Ratedbe, sbepages/s
dcgm.gpu.memory.retired_pagesGPU Retired Memory Pagesdbe, sbepages
dcgm.gpu.reliability.page_retirement_statusGPU Memory Page Retirement Pendingpendingstate
dcgm.gpu.reliability.row_remap_statusGPU Row Remap Statusrow_remap_failure, row_remap_pendingstate
dcgm.gpu.reliability.row_remap_eventsGPU Row Remap Ratecorrectable_remapped_rows, uncorrectable_remapped_rowsrows/s
dcgm.gpu.reliability.remapped_rowsGPU Remapped Memory Rowscorrectable_remapped_rows, uncorrectable_remapped_rowsrows
dcgm.gpu.reliability.remap_banksGPU Memory Bank Remap Availabilityhigh, low, max, none, partialbanks
dcgm.gpu.reliability.memory_healthGPU Memory Health Flagssram_threshold_exceeded, unrepairablestate
dcgm.gpu.reliability.recovery_actionGPU Recovery Actionactionstate
dcgm.gpu.clock.sm.frequencyGPU SM Clock Frequencyapplication, current, maximumMHz
dcgm.gpu.clock.memory.frequencyGPU Memory Clock Frequencyapplication, current, maximumMHz
dcgm.gpu.clock.video.frequencyGPU Video Clock Frequencycurrent, maximumMHz
dcgm.gpu.throttle.reasonsGPU Clock Event Reasonsapplication_clocks, display_clocks, gpu_idle, hardware_power_brake, hardware_slowdown, hardware_thermal, power_cap, software_thermal, sync_boost, unknownstate
dcgm.gpu.throttle.durationGPU Clock Limiting Durationboard_limit, hw_power_brake_slowdown, hw_therm_slowdown, low_utilization, power_violation, reliability, sw_therm_slowdown, sync_boost, thermal_violationpercentage
dcgm.gpu.throttle.event_samplesGPU Clock Event Samplesvalue_clock_event=*samples
dcgm.gpu.throttle.event_rateGPU Clock Event Ratevalue_clock_event=*events/s
dcgm.gpu.thermal.temperatureGPU Temperature and Limitsgpu, gpu_max_operating, gpu_shutdown, gpu_slowdown, memory, memory_max_operatingCelsius
dcgm.gpu.thermal.headroomGPU Thermal HeadroomgpuCelsius
dcgm.gpu.thermal.fan_speedGPU Reported Fan Speedfan_speedpercentage
dcgm.gpu.power.usageGPU Power Draw and Limitconfigured_limit, draw, enforced_limit, instantaneousWatts
dcgm.gpu.power.limitsGPU Configurable Power Limitsdefault, maximum, minimumWatts
dcgm.gpu.power.energy_rateGPU Energy-Derived PowerpowerWatts
dcgm.gpu.power.smoothing.boundsGPU Power Smoothing Boundsapplied_tmp_ceil, applied_tmp_floorWatts
dcgm.gpu.power.smoothing.floorGPU Power Smoothing Flooradmin_override_percent_tmp_floor, max_percent_tmp_floor_setting, min_percent_tmp_floor_setting, profile_percent_tmp_floorpercentage
dcgm.gpu.power.smoothing.lifetimeGPU Power Smoothing Circuit Lifetime Remaininghw_circuitry_percent_lifetime_remainingpercentage
dcgm.gpu.power.smoothing.rampGPU Power Smoothing Ramp Rateadmin_override_ramp_down_rate, admin_override_ramp_up_rate, profile_ramp_down_rate, profile_ramp_up_rateWatts/s
dcgm.gpu.power.smoothing.hysteresisGPU Power Smoothing Ramp Hysteresisadmin_override_ramp_down_hyst_val, profile_ramp_down_hyst_valmilliseconds
dcgm.gpu.power.smoothing.stateGPU Power Smoothing Enablementenabled, imm_ramp_down_enabledstate
dcgm.gpu.power.smoothing.privilegeGPU Power Smoothing Privilege Levelpriv_lvllevel
dcgm.gpu.power.smoothing.profileGPU Active Power Smoothing Profileactive_preset_profileprofile
dcgm.gpu.power.smoothing.profile_capacityGPU Power Smoothing Profile Capacitymax_num_preset_profilesprofiles
dcgm.gpu.interconnect.total.throughputGPU Observed Interconnect Throughputnvlink, pciebytes/s
dcgm.gpu.interconnect.pcie.throughputGPU PCIe Throughputpcie_rx, pcie_txbytes/s
dcgm.gpu.interconnect.nvlink.throughputGPU NVLink Throughputnvlink_rx, nvlink_txbytes/s
dcgm.gpu.interconnect.pcie.link.generationGPU PCIe Link Generationlink_gen, max_link_gengeneration
dcgm.gpu.interconnect.pcie.link.widthGPU PCIe Link Widthlink_width, max_link_widthlanes
dcgm.gpu.interconnect.pcie.error_rateGPU PCIe Error and Replay Ratepcie_replayerrors/s
dcgm.gpu.interconnect.nvlink.error_rateGPU NVLink Error Ratenvlink_crc_data_error, nvlink_crc_flit_error, nvlink_ecc_data_error, nvlink_error_dl_crc, nvlink_error_dl_recovery, nvlink_error_dl_replay, nvlink_recovery_error, nvlink_replay_errorerrors/s
dcgm.gpu.interconnect.nvlink.trafficGPU NVLink Packet Raterx, txpackets/s
dcgm.gpu.interconnect.nvlink.berGPU NVLink Bit Error Ratioeffective, symbolerrors per trillion bits
dcgm.gpu.interconnect.fabricGPU Fabric Manager Statefailure, in_progress, not_started, not_supported, nvml_too_old, success, unknown, unrecognizedstate
dcgm.gpu.interconnect.fabric_errorGPU Fabric Manager Errorerrorcode
dcgm.gpu.interconnect.p2pGPU Peer Access Statevalue_peer_gpu=*state
dcgm.gpu.interconnect.c2c.capacityGPU C2C Link Capacitymaximumbytes/s
dcgm.gpu.interconnect.c2c.linksGPU C2C Link Countlinkslinks
dcgm.gpu.interconnect.c2c.stateGPU C2C Link Statepower_state, statusstate
dcgm.gpu.interconnect.c2c.throughputGPU C2C All Trafficrx, txbytes/s
dcgm.gpu.interconnect.c2c.payloadGPU C2C Payload Trafficrx, txbytes/s
dcgm.gpu.interconnect.c2c.error_rateGPU C2C Error Rateintr, replay, replay_b2berrors/s
dcgm.gpu.reliability.xidGPU XID Error Codexidcode
dcgm.gpu.reliability.xid_samplesGPU XID Samplesvalue_xid=*samples
dcgm.gpu.reliability.xid_rateGPU XID Record Ratevalue_xid=*records/s
dcgm.gpu.health.statusGPU Health Status by Watchvalue_health_watch=*state
dcgm.gpu.state.performanceGPU Performance StateP0, P1, P10, P11, P12, P13, P14, P15, P2, P3, P4, P5, P6, P7, P8, P9, unknownstate
dcgm.gpu.state.virtualizationGPU Virtualization Modemig_enabled, virtualization_bare_metal, virtualization_host_vgpu, virtualization_host_vsga, virtualization_passthrough, virtualization_unknown, virtualization_vgpustate
dcgm.gpu.state.configurationGPU Compute and Persistence Modesautoboost_enabled, compute_default, compute_exclusive_process, compute_exclusive_thread, compute_prohibited, compute_unknown, persistence_enabledstate
dcgm.gpu.virtualization.vgpu.licenseGPU vGPU License Statelicensedstate
dcgm.gpu.virtualization.vgpu.memoryGPU vGPU Memory Usageusedbytes
dcgm.gpu.virtualization.vgpu.frame_rateGPU vGPU Frame Rate Limitlimitframes/s
dcgm.gpu.capability.mig_slicesGPU Maximum MIG Slicesmaximumslices

Per mig

A GPU instance exposed when MIG monitoring is available.

Labels:

LabelDescription
gpuGPU device index.
uuidGPU UUID.
gpu_i_idMIG GPU instance identifier.
gpu_i_profileMIG profile.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.mig.compute.utilizationMIG GPU and Memory Busy Timegpu, memory_copypercentage
dcgm.mig.compute.engine_activityMIG Graphics and Compute Engine Activityactivitypercentage
dcgm.mig.compute.sm.utilizationMIG Streaming Multiprocessor Utilizationactivity, occupancypercentage
dcgm.mig.compute.resource_activityMIG Tensor and Memory Interface Activitydram, tensorpercentage
dcgm.mig.compute.pipe.activityMIG Arithmetic Pipeline Activityfp16, fp32, fp64, integerpercentage
dcgm.mig.compute.tensor.activityMIG Tensor Instruction Activitytensor_dfma, tensor_hmma, tensor_immapercentage
dcgm.mig.compute.media.utilizationMIG Video Engine Utilizationdecoder, encoderpercentage
dcgm.mig.compute.media.activityMIG Media Engine Activitynvdec0, nvdec1, nvdec2, nvdec3, nvdec4, nvdec5, nvdec6, nvdec7, nvjpg0, nvjpg1, nvjpg2, nvjpg3, nvjpg4, nvjpg5, nvjpg6, nvjpg7, nvofa0, nvofa1percentage
dcgm.mig.compute.cache.hostMIG Host Memory Cache Efficiencyhit, misspercentage
dcgm.mig.compute.cache.peerMIG Peer Memory Cache Efficiencyhit, misspercentage
dcgm.mig.memory.utilizationMIG VRAM Capacity Usedused_percentpercentage
dcgm.mig.memory.usageMIG VRAM Allocationfree, reserved, usedbytes
dcgm.mig.memory.capacityMIG VRAM Capacitytotalbytes
dcgm.mig.memory.bar1_usageMIG BAR1 Mapping Usagefree, usedbytes
dcgm.mig.memory.bar1_capacityMIG BAR1 Mapping Capacitytotalbytes
dcgm.mig.memory.ecc_modeMIG ECC Modecurrent, pendingstate
dcgm.mig.memory.ecc_volatileMIG Volatile ECC Errorsdbe, sbeerrors
dcgm.mig.memory.ecc_aggregateMIG Persistent ECC Errorsdbe, sbeerrors
dcgm.mig.memory.ecc_volatile_rateMIG Volatile ECC Error Ratedbe, sbeerrors/s
dcgm.mig.memory.ecc_aggregate_rateMIG Persistent ECC Error Ratedbe, sbeerrors/s
dcgm.mig.memory.ecc_volatile_detailMIG Volatile ECC Errors by Locationdbe_cbu, dbe_dev, dbe_l1, dbe_l2, dbe_reg, dbe_shm, dbe_srm, dbe_tex, sbe_cbu, sbe_dev, sbe_l1, sbe_l2, sbe_reg, sbe_shm, sbe_srm, sbe_texerrors
dcgm.mig.memory.ecc_aggregate_detailMIG Persistent ECC Errors by Locationdbe_cbu, dbe_dev, dbe_l1, dbe_l2, dbe_reg, dbe_shm, dbe_srm, dbe_tex, sbe_cbu, sbe_dev, sbe_l1, sbe_l2, sbe_reg, sbe_shm, sbe_srm, sbe_texerrors
dcgm.mig.memory.page_retirementsMIG Memory Page Retirement Ratedbe, sbepages/s
dcgm.mig.memory.retired_pagesMIG Retired Memory Pagesdbe, sbepages
dcgm.mig.reliability.page_retirement_statusMIG Memory Page Retirement Pendingpendingstate
dcgm.mig.reliability.row_remap_statusMIG Row Remap Statusrow_remap_failure, row_remap_pendingstate
dcgm.mig.reliability.row_remap_eventsMIG Row Remap Ratecorrectable_remapped_rows, uncorrectable_remapped_rowsrows/s
dcgm.mig.reliability.remapped_rowsMIG Remapped Memory Rowscorrectable_remapped_rows, uncorrectable_remapped_rowsrows
dcgm.mig.reliability.remap_banksMIG Memory Bank Remap Availabilityhigh, low, max, none, partialbanks
dcgm.mig.reliability.memory_healthMIG Memory Health Flagssram_threshold_exceeded, unrepairablestate
dcgm.mig.reliability.recovery_actionMIG Recovery Actionactionstate
dcgm.mig.clock.sm.frequencyMIG SM Clock Frequencyapplication, current, maximumMHz
dcgm.mig.clock.memory.frequencyMIG Memory Clock Frequencyapplication, current, maximumMHz
dcgm.mig.clock.video.frequencyMIG Video Clock Frequencycurrent, maximumMHz
dcgm.mig.throttle.reasonsMIG Clock Event Reasonsapplication_clocks, display_clocks, gpu_idle, hardware_power_brake, hardware_slowdown, hardware_thermal, power_cap, software_thermal, sync_boost, unknownstate
dcgm.mig.throttle.durationMIG Clock Limiting Durationboard_limit, hw_power_brake_slowdown, hw_therm_slowdown, low_utilization, power_violation, reliability, sw_therm_slowdown, sync_boost, thermal_violationpercentage
dcgm.mig.throttle.event_samplesMIG Clock Event Samplesvalue_clock_event=*samples
dcgm.mig.throttle.event_rateMIG Clock Event Ratevalue_clock_event=*events/s
dcgm.mig.thermal.temperatureMIG Temperature and Limitsgpu, gpu_max_operating, gpu_shutdown, gpu_slowdown, memory, memory_max_operatingCelsius
dcgm.mig.thermal.headroomMIG Thermal HeadroomgpuCelsius
dcgm.mig.thermal.fan_speedMIG Reported Fan Speedfan_speedpercentage
dcgm.mig.power.usageMIG Power Draw and Limitconfigured_limit, draw, enforced_limit, instantaneousWatts
dcgm.mig.power.limitsMIG Configurable Power Limitsdefault, maximum, minimumWatts
dcgm.mig.power.energy_rateMIG Energy-Derived PowerpowerWatts
dcgm.mig.power.smoothing.boundsMIG Power Smoothing Boundsapplied_tmp_ceil, applied_tmp_floorWatts
dcgm.mig.power.smoothing.floorMIG Power Smoothing Flooradmin_override_percent_tmp_floor, max_percent_tmp_floor_setting, min_percent_tmp_floor_setting, profile_percent_tmp_floorpercentage
dcgm.mig.power.smoothing.lifetimeMIG Power Smoothing Circuit Lifetime Remaininghw_circuitry_percent_lifetime_remainingpercentage
dcgm.mig.power.smoothing.rampMIG Power Smoothing Ramp Rateadmin_override_ramp_down_rate, admin_override_ramp_up_rate, profile_ramp_down_rate, profile_ramp_up_rateWatts/s
dcgm.mig.power.smoothing.hysteresisMIG Power Smoothing Ramp Hysteresisadmin_override_ramp_down_hyst_val, profile_ramp_down_hyst_valmilliseconds
dcgm.mig.power.smoothing.stateMIG Power Smoothing Enablementenabled, imm_ramp_down_enabledstate
dcgm.mig.power.smoothing.privilegeMIG Power Smoothing Privilege Levelpriv_lvllevel
dcgm.mig.power.smoothing.profileMIG Active Power Smoothing Profileactive_preset_profileprofile
dcgm.mig.power.smoothing.profile_capacityMIG Power Smoothing Profile Capacitymax_num_preset_profilesprofiles
dcgm.mig.interconnect.total.throughputMIG Observed Interconnect Throughputnvlink, pciebytes/s
dcgm.mig.interconnect.pcie.throughputMIG PCIe Throughputpcie_rx, pcie_txbytes/s
dcgm.mig.interconnect.nvlink.throughputMIG NVLink Throughputnvlink_rx, nvlink_txbytes/s
dcgm.mig.interconnect.pcie.link.generationMIG PCIe Link Generationlink_gen, max_link_gengeneration
dcgm.mig.interconnect.pcie.link.widthMIG PCIe Link Widthlink_width, max_link_widthlanes
dcgm.mig.interconnect.pcie.error_rateMIG PCIe Error and Replay Ratepcie_replayerrors/s
dcgm.mig.interconnect.nvlink.error_rateMIG NVLink Error Ratenvlink_crc_data_error, nvlink_crc_flit_error, nvlink_ecc_data_error, nvlink_error_dl_crc, nvlink_error_dl_recovery, nvlink_error_dl_replay, nvlink_recovery_error, nvlink_replay_errorerrors/s
dcgm.mig.interconnect.nvlink.trafficMIG NVLink Packet Raterx, txpackets/s
dcgm.mig.interconnect.nvlink.berMIG NVLink Bit Error Ratioeffective, symbolerrors per trillion bits
dcgm.mig.interconnect.fabricMIG Fabric Manager Statefailure, in_progress, not_started, not_supported, nvml_too_old, success, unknown, unrecognizedstate
dcgm.mig.interconnect.fabric_errorMIG Fabric Manager Errorerrorcode
dcgm.mig.interconnect.p2pMIG Peer Access Statevalue_peer_gpu=*state
dcgm.mig.interconnect.c2c.capacityMIG C2C Link Capacitymaximumbytes/s
dcgm.mig.interconnect.c2c.linksMIG C2C Link Countlinkslinks
dcgm.mig.interconnect.c2c.stateMIG C2C Link Statepower_state, statusstate
dcgm.mig.interconnect.c2c.throughputMIG C2C All Trafficrx, txbytes/s
dcgm.mig.interconnect.c2c.payloadMIG C2C Payload Trafficrx, txbytes/s
dcgm.mig.interconnect.c2c.error_rateMIG C2C Error Rateintr, replay, replay_b2berrors/s
dcgm.mig.reliability.xidMIG XID Error Codexidcode
dcgm.mig.reliability.xid_samplesMIG XID Samplesvalue_xid=*samples
dcgm.mig.reliability.xid_rateMIG XID Record Ratevalue_xid=*records/s
dcgm.mig.health.statusMIG Health Status by Watchvalue_health_watch=*state
dcgm.mig.state.performanceMIG Performance StateP0, P1, P10, P11, P12, P13, P14, P15, P2, P3, P4, P5, P6, P7, P8, P9, unknownstate
dcgm.mig.state.virtualizationMIG Virtualization Modemig_enabled, virtualization_bare_metal, virtualization_host_vgpu, virtualization_host_vsga, virtualization_passthrough, virtualization_unknown, virtualization_vgpustate
dcgm.mig.state.configurationMIG Compute and Persistence Modesautoboost_enabled, compute_default, compute_exclusive_process, compute_exclusive_thread, compute_prohibited, compute_unknown, persistence_enabledstate
dcgm.mig.virtualization.vgpu.licenseMIG vGPU License Statelicensedstate
dcgm.mig.virtualization.vgpu.memoryMIG vGPU Memory Usageusedbytes
dcgm.mig.virtualization.vgpu.frame_rateMIG vGPU Frame Rate Limitlimitframes/s
dcgm.mig.capability.mig_slicesMIG Maximum MIG Slicesmaximumslices

An individual NVLink with its GPU, MIG or switch parent identity.

Labels:

LabelDescription
gpuGPU device index.
gpu_uuidParent GPU UUID.
gpu_i_idMIG GPU instance identifier.
nvswitchNVSwitch identifier.
nvlinkNVLink index within its parent.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.nvlink.interconnect.combined.throughputNVLink Combined Link Throughputnvlink_totalbytes/s
dcgm.nvlink.interconnect.throughputNVLink Link Throughputnvlink_rx, nvlink_txbytes/s
dcgm.nvlink.interconnect.error_rateNVLink Link Error Ratenvlink_crc_data_error, nvlink_crc_flit_error, nvlink_recovery_error, nvlink_replay_errorerrors/s
dcgm.nvlink.interconnect.nvswitch.link_sxidNVLink NVSwitch Link Error Codefatal, non_fatalcode
dcgm.nvlink.interconnect.nvswitch.ecc_lanesNVLink NVSwitch ECC Error Rate by Lanelane0, lane1, lane2, lane3, lane4, lane5, lane6, lane7errors/s
dcgm.nvlink.interconnect.nvswitch.errorsNVLink NVSwitch Error Ratecrc, ecc, recovery, replayerrors/s

Per nvswitch

An NVSwitch exposed by a supported fabric monitoring backend.

Labels:

LabelDescription
nvswitchNVSwitch identifier.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.nvswitch.interconnect.nvswitch.sxidNVSwitch Error Codefatal, non_fatalcode
dcgm.nvswitch.interconnect.nvswitch.temperatureNVSwitch TemperaturecurrentCelsius

Per cpu

A CPU exposed when DCGM CPU monitoring is available.

Labels:

LabelDescription
cpuCPU identifier.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.cpu.clock.frequencyCPU Clock FrequencycurrentMHz
dcgm.cpu.cpu.utilizationCPU Busy Timetotalpercentage
dcgm.cpu.cpu.utilization_modesCPU Activity by Modeirq, nice, sys, userpercentage
dcgm.cpu.cpu.temperatureCPU Temperaturecritical, current, warningCelsius
dcgm.cpu.cpu.powerCPU Powercurrent, limitWatts

Per cpu_core

An individual CPU core exposed when DCGM CPU monitoring is available.

Labels:

LabelDescription
cpuCPU identifier.
cpucoreCPU core identifier.

Metrics:

MetricDescriptionDimensionsUnit
dcgm.cpu_core.clock.frequencyCPU Core Clock FrequencycurrentMHz
dcgm.cpu_core.cpu.utilizationCPU Core CPU Busy Timetotalpercentage
dcgm.cpu_core.cpu.utilization_modesCPU Core CPU Activity by Modeirq, nice, sys, userpercentage
dcgm.cpu_core.cpu.temperatureCPU Core CPU Temperaturecritical, current, warningCelsius
dcgm.cpu_core.cpu.powerCPU Core CPU Powercurrent, limitWatts

Troubleshooting

Diagnostics

Debug Mode

Important: Debug mode is not supported for data collection jobs created via the UI using the Dyncfg feature.

To troubleshoot issues with the dcgm collector, run the go.d.plugin with the debug option enabled. The output should give you clues as to why the collector isn't working.

  • Navigate to the plugins.d directory, usually at /usr/libexec/netdata/plugins.d/. If that's not the case on your system, open netdata.conf and look for the plugins setting under [directories].

    cd /usr/libexec/netdata/plugins.d/
  • Switch to the netdata user.

    sudo -u netdata -s
  • Run the go.d.plugin to debug the collector:

    ./go.d.plugin -d -m dcgm

    To debug a specific job:

    ./go.d.plugin -d -m dcgm -j jobName

Getting Logs

If you're encountering problems with the dcgm collector, follow these steps to retrieve logs and identify potential issues:

  • Run the command specific to your system (systemd, non-systemd, or Docker container).
  • Examine the output for any warnings or error messages that might indicate issues. These messages should provide clues about the root cause of the problem.
System with systemd

Use the following command to view logs generated since the last Netdata service restart:

journalctl _SYSTEMD_INVOCATION_ID="$(systemctl show --value --property=InvocationID netdata)" --namespace=netdata --grep dcgm
System without systemd

Locate the collector log file, typically at /var/log/netdata/collector.log, and use grep to filter for collector's name:

grep dcgm /var/log/netdata/collector.log

Note: This method shows logs from all restarts. Focus on the latest entries for troubleshooting current issues.

Docker Container

If your Netdata runs in a Docker container named "netdata" (replace if different), use this command:

docker logs netdata 2>&1 | grep dcgm

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.