Skip to content

ggrv-intp/CloudSimInterference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudSimInterference

CloudSimInterference is an extension of famous cloud computing simulator namely the CloudSim Toolkit, introduceced in CloudSim: a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms. After that, many CloudSim extensions have been developed, and the one we have extended here is called ContainerCloudSim, introduced in ContainerCloudSim: An environment for modeling and simulation of containers in cloud data centers.

CloudSimInterference is an outcome from an extensive research process, producing the paper IADA: A Dynamic Interference-Aware Cloud Scheduling Architecture for Latency-sensitive Workloads, submitted to Journal of Systems and Softwares (JSS). At this moment, the current paper is under-review.

Here, you will find all used codes and results from the submitted paper.

Authors: Vinícius Meyer, Matheus L. da Silva, Dionatrã F. Kirchoff, and César A. F. De Rose
Polytechnic School, Pontifical Catholic University of Rio Grande do Sul (PUCRS)- Porto Alegre, Brazil

Instalation

Requirements:

  • Java JDK 1.7 or above.
  • R-base 3.6 or above.

Java libraries are included in this repository. However, some R packages need to be installed, such as:

  • e1071
  • caret
  • stringr
  • dplyr
  • fossil
  • ipred
  • ocp
  • rJava

This can be easly accomplished through the following R command:

install.packages(c("e1071", "caret", "stringr", "dplyr", "fossil", "ipred", "ocp", "rJava"))

If you have any question, please do not exitate to contact us through vinicius.meyer@edu.pucrs.br

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • R 1.9%