Skip to content

asi-uniovi/traces-seconds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traces-seconds

Methods to synthetize traces in seconds for cloud computing research.

This repository contains the software to generate workload traces in seconds from traces in hours. It is aimed to obtaining traces to compare allocation strategies for cloud computing.

The input and output traces can be obtained from https://zenodo.org/record/3264869. They have to be copied to the directory traces in order for the notebooks in this repository to work. You can use these commands:

wget https://zenodo.org/record/3264869/files/wc98_brown.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_constant.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_pink.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_real.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_smooth.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_uniform.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wc98_white.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_brown.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_constant.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_pink.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_smooth.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_uniform.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wiki_white.csv.gz?download=1
wget https://zenodo.org/record/3264869/files/wikipedia_2014_hours.csv.gz?download=1

These are the contents of the repository:

These notebooks generate figures in the directory figs.

The explanation of the software and the traces can be obtained in the paper Influence of the trace resolution and length in the cost optimization process in cloud computing, published in the 2019 International Symposium on Performance Evaluation of Computer and Telecommunication Systems (SPECTS 2019).

About

Methods to synthetize traces in seconds for cloud computing research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors