Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MojitOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
sepia-pub
MojitOS
Commits
c24d82e1
Commit
c24d82e1
authored
2 years ago
by
FlorealRISSO
Committed by
ghuter
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update option
parent
a985ebc7
No related branches found
No related tags found
3 merge requests
!9
fix sensor example (doc)
,
!4
Amd, Tests, Doc, CI/CD
,
!3
Amd, tests, doc...
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/amd_rapl.h
+1
-1
1 addition, 1 deletion
src/amd_rapl.h
src/rapl.h
+2
-2
2 additions, 2 deletions
src/rapl.h
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
c24d82e1
...
@@ -41,7 +41,7 @@ SENSORS:
...
@@ -41,7 +41,7 @@ SENSORS:
system load
system load
-d
|--net-dev <net_dev>
-d
|--net-dev <net_dev>
network monitoring
(
if
network_device is X, tries to detect it automatically
)
network monitoring
(
if
network_device is X, tries to detect it automatically
)
-r
|--rapl
-r
|--
intel-
rapl
RAPL
RAPL
-c
|--cpu-temp
-c
|--cpu-temp
processor temperature
processor temperature
...
...
This diff is collapsed.
Click to expand it.
src/amd_rapl.h
+
1
−
1
View file @
c24d82e1
...
@@ -34,7 +34,7 @@ Sensor amd_rapl = {
...
@@ -34,7 +34,7 @@ Sensor amd_rapl = {
Optparse
amd_rapl_opt
[
1
]
=
{
Optparse
amd_rapl_opt
[
1
]
=
{
{
{
.
longname
=
"amd-rapl"
,
.
longname
=
"amd-rapl"
,
.
shortname
=
'
a
'
,
.
shortname
=
'
r
'
,
.
argtype
=
OPTPARSE_NONE
,
.
argtype
=
OPTPARSE_NONE
,
.
usage_arg
=
NULL
,
.
usage_arg
=
NULL
,
.
usage_msg
=
"AMD RAPL"
,
.
usage_msg
=
"AMD RAPL"
,
...
...
This diff is collapsed.
Click to expand it.
src/rapl.h
+
2
−
2
View file @
c24d82e1
...
@@ -33,11 +33,11 @@ Sensor rapl = {
...
@@ -33,11 +33,11 @@ Sensor rapl = {
Optparse
rapl_opt
[
1
]
=
{
Optparse
rapl_opt
[
1
]
=
{
{
{
.
longname
=
"rapl"
,
.
longname
=
"
intel-
rapl"
,
.
shortname
=
'r'
,
.
shortname
=
'r'
,
.
argtype
=
OPTPARSE_NONE
,
.
argtype
=
OPTPARSE_NONE
,
.
usage_arg
=
NULL
,
.
usage_arg
=
NULL
,
.
usage_msg
=
"RAPL"
,
.
usage_msg
=
"
INTEL
RAPL"
,
},
},
};
};
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