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
93375090
Commit
93375090
authored
Mar 03, 2020
by
Weronika Filinger
Browse files
added the nvml.conf to the sensors' config directory
parent
290f3b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/config/nvml.conf
0 → 100644
View file @
93375090
global
{
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
}
}
group
nvml_utilisation
{
default
def1
sensor
gpu_utl_memory
{
mqttsuffix
/
util_mem
feature
GPU_UTL_MEM
}
sensor
gpu_utl_gpu
{
mqttsuffix
/
util_gpu
feature
GPU_UTL_GPU
}
}
group
nvml_g2
{
default
def1
sensor
gpu_ecc_errors
{
mqttsuffix
/
ecc_errors
feature
GPU_ECC_ERR
}
sensor
gpu_pcie_thru
{
mqttsuffix
/
pcie_thru
feature
GPU_PCIE_THRU
}
sensor
gpu_run_prcs
{
mqttsuffix
/
run_prcs
feature
GPU_RUN_PRCS
}
}
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