13 lines
451 B
TOML
13 lines
451 B
TOML
# # collect interval
|
|
# interval = 15
|
|
|
|
# exec local command
|
|
# nvidia_smi_command = "nvidia-smi"
|
|
|
|
# exec remote command
|
|
# nvidia_smi_command = "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null SSH_USER@SSH_HOST nvidia-smi"
|
|
|
|
# Comma-separated list of the query fields.
|
|
# You can find out possible fields by running `nvidia-smi --help-query-gpus`.
|
|
# The value `AUTO` will automatically detect the fields to query.
|
|
query_field_names = "AUTO" |