log2cloud

 

Citation:

@inproceedings{PCM-SAC13,
  author    = {D. Perez-Palacin and Radu Calinescu and José Merseguer},
  title     = {log2cloud: Log-based Prediction of Cost-Performance Trade-offs for Cloud Deployments},
  booktitle = {Proceedings of the 28th Symposium On Applied Computing (SAC 2013)},
  year      = {2013},
  pages     = {}
}

 

Download: log2cloud.zip

 

Usage:

1. Change the working directory to the decompressed folder ("cd log2cloud" probably).

2. Type in the command line: java -jar probPatternSynthesis.jar; java -jar patternAnalysis.jar

 

Results

After patternAnalysis execution it is shown on the standard output the information regarding the cost of cloud deployment for a set of SLAs for a given application log, VM performance and VM cost. 

For each SLA, it is shown the amount of accumulated resources over the whole interval of time (for example, from February 22 to December 31), and the mean cost over the the period of interest (for example, monthly cost).

Execution parameters are saved in configuration.xml file and can be modified (for example, the SLA to study is described within PerformanceRequirements tag and its values can be modified).