Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
925799e1
Commit
925799e1
authored
Feb 21, 2020
by
Weronika
Browse files
adding the nvml config file to keep everything in one place
parent
0d737bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/sensors/nvml/nvml.conf
0 → 100644
View file @
925799e1
global
{
;
mqttPrefix
/
nvml
mqttPrefix
/
test
}
template_group
def1
{
;
define
template
groups
by
appending
"template_"
interval
1000
minValues
3
mqttpart
/
nvml
}
group
nvml_g1
{
interval
1000
;
mqttpart
/
nvml
default
def1
sensor
gpu_Energy
{
mqttsuffix
/
energy
feature
GPU_ENERGY
}
sensor
gpu_Power
{
mqttsuffix
/
power
feature
GPU_POWER
}
sensor
gpu_Temp
{
mqttsuffix
/
temp
feature
GPU_TEMP
}
sensor
gpu_Fan
{
mqttsuffix
/
fan
feature
GPU_FAN
}
}
group
nvml_mem
{
default
def1
sensor
gpu_Mem_tot
{
mqttsuffix
/
memory_tot
feature
GPU_MEM_TOT
}
sensor
gpu_Mem_free
{
mqttsuffix
/
memory_free
feature
GPU_MEM_FREE
}
sensor
gpu_Mem_used
{
mqttsuffix
/
memory_used
feature
GPU_MEM_USED
}
}
group
nvml_clock
{
default
def1
sensor
gpu_clk_gp
{
mqttsuffix
/
clock_graphics
feature
GPU_CLK_GP
}
sensor
gpu_clk_sm
{
mqttsuffix
/
clock_sm
feature
GPU_CLK_SM
}
sensor
gpu_clk_mem
{
mqttsuffix
/
clock_mem
feature
GPU_CLK_MEM
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment