You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@ In this tutorial, we will guide you through the first steps to get started with
4
4
The objective is to get a quick view of the capabilities of PowerAPI, by monitoring a process and getting a quick glimpse at the energy consumption.
5
5
A few things are required before we start :
6
6
7
-
- A compatible processor, you can see the compatible CPU architecture [here](./reference/sensors/hwpc-sensor.md#) and you can look on the following pages to find your CPU architecture :
8
-
- For [Intel Processor](https://en.wikipedia.org/wiki/List_of_Intel_processors)
9
-
- For [Intel Xeon Processor](https://en.wikipedia.org/wiki/List_of_Intel_Xeon_processors)
10
-
- For [AMD Processor](https://en.wikipedia.org/wiki/Table_of_AMD_processors)
11
-
7
+
- A compatible processor, you can see the compatible CPU architecture [here](./reference/sensors/hwpc-sensor.md#) and you can look on the following pages to find your CPU architecture :
8
+
* For [Intel Processor](https://en.wikipedia.org/wiki/List_of_Intel_processors)
9
+
* For [Intel Xeon Processor](https://en.wikipedia.org/wiki/List_of_Intel_Xeon_processors)
10
+
* For [AMD Processor](https://en.wikipedia.org/wiki/Table_of_AMD_processors)
12
11
- A python installation ready
13
12
- Docker & Docker-Compose ready
14
13
- Root access
@@ -122,8 +121,9 @@ python3 start.py
122
121
After the 2 minutes of monitoring, you will be able to see the result inside the **csv** directory.
123
122
If you have trouble understanding the output, you can read the [Power Report documentation](./reference/reports/reports.md#power-Reports).
124
123
125
-
Only in the context of this testing archive, after the monitoring, you can use the following command to get a pretty print of the result directly inside the terminal.
124
+
!!! info "Quick results overview"
125
+
Only in the context of this testing archive, after the monitoring, you can use the following command to get a pretty print of the result directly inside the terminal.
0 commit comments