Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
dcdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dcdb
dcdb
Commits
925799e1
Commit
925799e1
authored
Feb 21, 2020
by
Weronika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding the nvml config file to keep everything in one place
parent
0d737bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
0 deletions
+79
-0
dcdbpusher/sensors/nvml/nvml.conf
dcdbpusher/sensors/nvml/nvml.conf
+79
-0
No files found.
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