Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProfiT-HPC
aggregator
Commits
6c8df13a
Commit
6c8df13a
authored
Jan 14, 2020
by
Azat Khuziyakhmetov
Browse files
GPU utilization is float instead of integer
parent
ccbb4aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/influx/metrics.py
View file @
6c8df13a
...
...
@@ -284,13 +284,13 @@ metrics_gpu = {
},
"gpu_utilization_max"
:
{
"dbname"
:
"utilization.gpu"
,
"type"
:
MType
.
IN
T
,
"type"
:
MType
.
FL
T
,
"query"
:
QType
.
MAX_PER_DEVICE
,
"measurement"
:
conf
.
measurements
[
"gpu_node"
],
},
"gpu_utilization_avg"
:
{
"dbname"
:
"utilization.gpu"
,
"type"
:
MType
.
IN
T
,
"type"
:
MType
.
FL
T
,
"query"
:
QType
.
AVG_PER_DEVICE
,
"measurement"
:
conf
.
measurements
[
"gpu_node"
],
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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