You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
ai_energy | 1 year ago | |
doc | 2 years ago | |
lite | 3 years ago | |
presentations | 3 years ago | |
sep | 3 years ago | |
README.md | 3 years ago |
README.md
Project : "Energimærkning af Software og Software Installationer"
Input to this project:
- Analysis of methods and possibilities within CLAAUDIA, see: doc/claaudia_power_målinger.md
- Some collected literature: see lite
- A presentation for the first workshop in the project, see: presentations/software_energy_sysid.tex
- A small codebase for taking CPU measurements while providing a workload see: sep/
- mps.py: class for taking ps measurements
- mpower.py: class for taking power measurements. Requires the software python package py-rapl: https://github.com/wkatsak/py-rapl
- mload.py: methods for pushing load on the system.
- mcontrol.py: a method for a complete measurement scheme. Currently contains system specific commands and files.
- analysis.py: a script for ordinary least squares anlysis between CPU [%] and Watt/power measurements.