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
- Remove duplicate lines in the overview.md file
- Fix formatting issues in the overview.md file
- Fix broken image links in the processors section
- Update the tables headers
Copy file name to clipboardExpand all lines: docs/reference/overview.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
This project aims to offer a range of tools to promote greener computing. The focus is on creating software-defined PowerMeters to measure the power consumption of various programs.
4
4
At the heart of this initiative is the [PowerAPI](https://github.com/powerapi-ng/powerapi) toolkit, which facilitates the development of these PowerMeters.
5
5
6
-
7
-
8
6
## Software PowerMeters
9
7
10
8
A software PowerMeter is an application built using PowerAPI components, designed to measure the power consumption of software running on a single machine or across a cluster of machines.
@@ -13,10 +11,10 @@ The diagram below illustrates the overall architecture of a PowerMeter within th
| SmartWatts |[SmartWatts Documentation](./formulas/smatwatts.md)|https://github.com/powerapi-ng/smartwatts-formula| HSmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework. | :material-check: Supported |
50
+
| SmartWatts |[SmartWatts Documentation](./formulas/smatwatts.md)|[Github](https://github.com/powerapi-ng/smartwatts-formula)| HSmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework. | :material-check: Supported |
53
51
54
52
## Processors
55
53
56
54
Processors allow for the customized filtering and modification of Reports. While optional, they offer additional flexibility, but Software PowerMeters can still function without them.
57
55
58
56
The diagram below shows where Processors are integrated into the architecture of a Software PowerMeter.
59
57
60
-

58
+

61
59
62
60
### Preprocessors
63
61
@@ -66,8 +64,8 @@ Their role is to pre-process usage reports before the power consumption estimati
0 commit comments