Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
f18a9998
Commit
f18a9998
authored
4 years ago
by
simfu
Browse files
Options
Downloads
Patches
Plain Diff
[grenoble] Enable drac's bmc_gpu_power metric by default
parent
d01b87e4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/grid5000/sites/grenoble/clusters/drac/drac.json
+9
-10
9 additions, 10 deletions
data/grid5000/sites/grenoble/clusters/drac/drac.json
input/grid5000/sites/grenoble/clusters/drac/drac_metrics.yaml
+7
-8
7 additions, 8 deletions
...t/grid5000/sites/grenoble/clusters/drac/drac_metrics.yaml
with
16 additions
and
18 deletions
data/grid5000/sites/grenoble/clusters/drac/drac.json
+
9
−
10
View file @
f18a9998
...
...
@@ -21,6 +21,15 @@
"protocol"
:
"ipmisensor"
}
},
{
"description"
:
"Power consumption of GPU reported by BMC, in watt"
,
"name"
:
"bmc_gpu_power_watt"
,
"period"
:
5000
,
"source"
:
{
"id"
:
213
,
"protocol"
:
"ipmisensor"
}
},
{
"description"
:
"Temperature of CPU Diode 1 reported by BMC, in celsius"
,
"labels"
:
{
...
...
@@ -616,16 +625,6 @@
"protocol"
:
"ipmisensor"
}
},
{
"description"
:
"Power consumption of GPU reported by BMC, in watt"
,
"name"
:
"bmc_gpu_power_watt"
,
"optional_period"
:
5000
,
"period"
:
0
,
"source"
:
{
"id"
:
213
,
"protocol"
:
"ipmisensor"
}
},
{
"description"
:
"Temperature of GPU 1 reported by BMC, in celsius"
,
"labels"
:
{
...
...
This diff is collapsed.
Click to expand it.
input/grid5000/sites/grenoble/clusters/drac/drac_metrics.yaml
+
7
−
8
View file @
f18a9998
...
...
@@ -16,6 +16,13 @@ metrics:
protocol
:
ipmisensor
id
:
212
#System Power
-
name
:
bmc_gpu_power_watt
description
:
Power consumption of GPU reported by BMC, in watt
period
:
5000
source
:
protocol
:
ipmisensor
id
:
213
#GPU Power
-
name
:
bmc_other_temp_celsius
description
:
Temperature of CPU Diode 1 reported by BMC, in celsius
labels
:
{
"
id"
:
"
cpu_diode_1"
}
...
...
@@ -429,14 +436,6 @@ metrics:
protocol
:
ipmisensor
id
:
211
#PCIE Proc1 Power
-
name
:
bmc_gpu_power_watt
description
:
Power consumption of GPU reported by BMC, in watt
period
:
0
optional_period
:
5000
source
:
protocol
:
ipmisensor
id
:
213
#GPU Power
-
name
:
bmc_gpu_temp_celsius
description
:
Temperature of GPU 1 reported by BMC, in celsius
labels
:
{
"
gpu"
:
"
1"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment