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
b369bde0
Commit
b369bde0
authored
2 years ago
by
ghuter
Browse files
Options
Downloads
Patches
Plain Diff
make the README file as complete as possible
parent
598d2f8e
No related branches found
No related tags found
4 merge requests
!9
fix sensor example (doc)
,
!4
Amd, Tests, Doc, CI/CD
,
!2
build system (v0), add long options
,
!1
build system (v0), add long options, corrections
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+30
-7
30 additions, 7 deletions
README.md
doc/mojitos.1
+4
-1
4 additions, 1 deletion
doc/mojitos.1
with
34 additions
and
8 deletions
README.md
+
30
−
7
View file @
b369bde0
...
@@ -6,18 +6,35 @@ MojitO/S runs on GNU/Linux
...
@@ -6,18 +6,35 @@ MojitO/S runs on GNU/Linux
## Usage
## Usage
```
bash
```
bash
Usage : mojitos
[
-
R
su
]
[
-t
time
]
[
-f
freq]
[
-p
perf_list]
\
Usage : mojitos
[
-
r
su
]
[
-t
time
]
[
-f
freq]
[
-p
perf_list]
\
[
-u
]
[
-d
network_device]
[
-o
logfile]
[
-e
command
arguments...]
[
-d
network_device]
[
-o
logfile]
[
-e
command
arguments...]
mojitos
[
-l
]
mojitos
[
-l
]
```
For more information, see
[
mojitos(1)
](
doc/mojitos.1
)
under
[
doc/
](
doc
)
.
-s
Enable overhead statistics
(
in
nanoseconds
)
.
## License
-u
Enable system-level load monitoring.
MojitO/S is published under the GPL3 license and is part of the
[
Energumen Project
](
https://www.irit.fr/energumen/
)
-r
Enable RAPL.
<img
src=
"https://www.irit.fr/energumen/images/energumen.png"
width=
"100"
>
-p
perf_list
Enable performance counters. The argument is a coma separated
list of performance counters.
-d
net_device
Enable network monitoring.
-l
List the available performance counters and quit.
-t
time
Set duration value
(
in
seconds
)
.
If 0,
then
loops indefinitely.
-f
freq
Set amount of measurements per second.
-e
cmd ...
Execute a
command
with optional arguments. If this option is
used, any usage of
-t
or
-f
is ignored.
```
## Installation Instructions
## Installation Instructions
...
@@ -88,3 +105,9 @@ $ ./mojitos -t 5 -f 1 -p cpu_cycles -r -s
...
@@ -88,3 +105,9 @@ $ ./mojitos -t 5 -f 1 -p cpu_cycles -r -s
1036991.000182835 525984292 3592582 691221 1385982 272182
1036991.000182835 525984292 3592582 691221 1385982 272182
1036992.000165117 397678789 2770561 444030 1375729 510379
1036992.000165117 397678789 2770561 444030 1375729 510379
```
```
## License
MojitO/S is published under the GPL3 license and is part of the
[
Energumen Project
](
https://www.irit.fr/energumen/
)
<img
src=
"https://www.irit.fr/energumen/images/energumen.png"
width=
"100"
>
This diff is collapsed.
Click to expand it.
doc/mojitos.1
+
4
−
1
View file @
b369bde0
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
.Op Fl l
.Op Fl l
.Sh DESCRIPTION
.Sh DESCRIPTION
.Nm
.Nm
enables
to
monitor the system, its energy comsumption and the network activity, at the OS level.
enables monitor
ing
the system, its energy comsumption and the network activity, at the OS level.
It runs on GNU/Linux.
It runs on GNU/Linux.
.Pp
.Pp
.Nm
.Nm
...
@@ -103,5 +103,8 @@ $ ./mojitos -t 5 -f 1 -p cpu_cycles -r -s
...
@@ -103,5 +103,8 @@ $ ./mojitos -t 5 -f 1 -p cpu_cycles -r -s
.Xr lscpu 1 ,
.Xr lscpu 1 ,
.Xr sysfs 5 ,
.Xr sysfs 5 ,
.Xr proc 5
.Xr proc 5
.Sh LICENSE
MojitO/S is published under the GPL3 license and is part of the
.Lk https://www.irit.fr/energumen/ [Energumen Project]
.Sh BUGS
.Sh BUGS
Yes.
Yes.
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