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
As described in the [HWPC-Sensor Documentation](./reference/sensors/hwpc-sensor.md#global-parameters) and in the [SmartWatts Documentation](./reference/formulas/smartwatts.md#global-parameters)
109
+
several parameters can be set, both globally and for specific Groups monitored for the sensor or the formula.
110
+
111
+
The provided docker-compose.yaml file use configuration files and the **.env** to set those parameters.
112
+
You can find example of both those configuration files in the archive under the **formula** and **sensor** directories.
188
113
189
-
```
190
114
191
115
## Turn the key
192
116
@@ -196,3 +120,11 @@ Once all set, you shall be able to initiate the stack with :
196
120
python3 start.py
197
121
```
198
122
123
+
After the 2 minutes of monitoring, you will be able to see the result inside the **csv** directory.
124
+
If you have trouble understanding the output, you can read the [Power Report documentation](./reference/reports/reports.md#power-Reports).
125
+
126
+
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