There is a newer version of the record available.

Published April 28, 2023 | Version v1
Dataset Restricted

An approach using performance models for supporting energy analysis of software systems

  • 1. University of L'Aquila
  • 2. Vrije Universiteit Amsterdam

Description

# LQN4Energy-Replication-Package

This repository contains the replication package and dataset of the paper titled "An approach using performance models for supporting energy analysis of software systems".

This study has been developed by:
1. [Vincenzo Stoico](https://scholar.google.com/citations?user=E8C9Uz4AAAAJ&hl=en)(University of L'Aquila)
2. [Vittorio Cortellessa](https://scholar.google.com/citations?hl=en&user=s4JPUOEAAAAJ)(University of L'Aquila)
3. [Ivano Malavolta](https://scholar.google.com/citations?hl=en&user=ya3htIoAAAAJ)(Vrije University Amsterdam)
4. [Daniele Di Pompeo](https://scholar.google.com/citations?hl=en&user=E2dr5vIAAAAJ)(University of L'Aquila)
5. [Luigi Pomante](https://scholar.google.com/citations?hl=en&user=q2_sZiMAAAAJ)(University of L'Aquila)

for further details, comments, and/or suggestions, you can write an email to the following address: <vincenzo.stoico@graduate.univaq.it>

## Repository Description

This repository is made by three directories:

- `code`: it contains the scripts that read the dataset and generate the results for the Digital Camera and Train Ticket Booking System. Therefore, the response time for the supplied workloads, CPU utilization, the average power, i.e., e multiplier, and the average energy consumption.
    - `dc_energy_estimation.py`: generates the energy estimates for Digital Camera
    - `dc_overall_stats.py`: calculates the performance and the energy metrics from the measurements collected for Digital Camera
    - `ttbs_performance_stats.py`: calculates the performance metrics from the measurements retrieved for Train Ticket Booking System
    - `ttbs_energy_stats.py`: calculates the energy metrics from the measurements taken for Train Ticket Booking System
    - `ttbs_overall_stats.py`: generates the energy estimates and the charts comparing estimates and measurements for Train Ticket Booking System. It prints the Root Mean Square Error (RMSE) and the Mean Absolute Percentage Error (MAPE).

- `dataset`: it has two subdirectories: `dc` and `ttbs` containing the data collected during the experiments performed for Digital Camera and Train Ticket Booking System, respectively;

- `model`: it includes the Layered Queuing Networks we used to retrieve CPU Utilization and the response time for both case studies;

## How do I run this?

The scripts are written in python, so you must have installed the latest version of python to run them. In addition, they require `pandas`, `matplotlib`, `numpy`, `scipy`.

The suite to execute the Layered Queuing Networks must be installed to retrieve performance estimatations. It is possible to find it at the following repository:
[https://github.com/layeredqueuing/V5](https://github.com/layeredqueuing/V5)

After installation is complete, you can execute the list of commands indicated below to obtain the results for the case studies. The commands must be executed in the described order. The results will be generated in the `results/` directory.

### Digital Camera
1. move to the `~/code` folder
2. execute `python dc_overall_stats.py`, it will take ~1m
3. move to the `~/model` directory and execute `lqns dc.lqnx > ../results/dc_estimates.csv`
4. go back to the `~/code` folder and execute `python dc_energy_estimation.py`

### Train Ticket Booking System
1. move to the `~/code` folder
2. execute `python ttbs_performance_stats.py`
3. execute `python ttbs_energy_stats.py`
3. move to the `~/model` directory and execute `lqns ttbs.lqnx > ../results/ttbs_performance_estimates.csv`
4. go back to the `~/code` folder and execute `python ttbs_overall_stats.py`

Files

Restricted

The record is publicly accessible, but files are restricted to users with access.