# Pulls statistics from nvidia GPUs attached to the host [[inputs.nvidia_smi]] ## Optional: path to nvidia-smi binary, defaults "/usr/bin/nvidia-smi" ## We will first try to locate the nvidia-smi binary with the explicitly specified value (or default value), ## if it is not found, we will try to locate it on PATH(exec.LookPath), if it is still not found, an error will be returned # bin_path = "/usr/bin/nvidia-smi" ## Optional: specifies plugin behavior regarding missing nvidia-smi binary ## Available choices: ## - error: telegraf will return an error on startup ## - ignore: telegraf will ignore this plugin # startup_error_behavior = "error" ## Optional: timeout for GPU polling # timeout = "5s"