Host GPU Agents

The Host GPU Agents table provides per-host GPU metadata collected by the Datadog Agent. Each row represents a GPU device detected on a monitored host and includes attributes such as vendor, model, memory, compute capability, and driver version.

dd.host_gpu_agents

Fields

TitleIDTypeData TypeDescription
HostnamehostnamecorestringHostname of the Datadog-monitored host reporting GPU metadata.
TimestamptimestampcoretimestampTimestamp when the GPU metadata payload was generated by the Agent.
GPU Indexgpu_indexcoreint64Zero-based index of the GPU device on the host.
GPU Vendorgpu_vendorcorestringVendor of the GPU (e.g., NVIDIA, AMD, Intel).
GPU Modelgpu_devicecorestringGPU model or device name.
Driver Versiongpu_driver_versioncorestringGPU driver version running on the host.
GPU UUIDgpu_uuidcorestringUnique GPU hardware identifier.
GPU Architecturegpu_architecturecorestringGPU architecture family (e.g., volta, turing, ampere, hopper).
Compute Capabilitygpu_compute_versioncorestringGPU compute capability reported by the driver.
Total GPU Coresgpu_total_corescoreint64Total number of compute cores on the GPU device.
Total GPU Memory (bytes)device_total_memorycoreint64Total memory capacity of the GPU device in bytes.
Max SM Clock Rate (MHz)device_max_sm_clock_ratecoreint64Maximum streaming multiprocessor clock rate reported by the device.
Max Memory Clock Rate (MHz)device_max_memory_clock_ratecoreint64Maximum memory clock rate of the GPU.
Memory Bus Width (bits)device_memory_bus_widthcoreint64Width of the GPU memory bus.