Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical User Interface in JavaFx #140

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 11, 2020

  1. Added New Vm allocation & selection policies

    Added Next Fit IQR and  Least Predicted Utilization allocation policies
    Added GPA, GPA Mu and GPA Mmt selection policies
    Sabir97 authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    21b06ad View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Performance of different power policies

    Performance of different Combinations of power Vm allocation and selection policies, for the purpose of comparing the policies in terms of Overall SLA Violation, Energy, Number of VM Migrations, Migration Energy, Migration Time and ESV.
    Sabir97 authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f9a6a95 View commit details
    Browse the repository at this point in the history
  2. Updated Read Me file

    Sabir97 authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    689a433 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sabir97 authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b2db849 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Graphical User Interface for CloudSim

    GUI by Sabir Mohammedi Taieb in JavaFx for comparing different migration policies in CloudSim
    Sabir97 authored May 21, 2020
    Configuration menu
    Copy the full SHA
    a85d6d4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    594ebfd View commit details
    Browse the repository at this point in the history
  2. NextFit Iqr allocation policy

    updated position of server
    Sabir97 authored May 28, 2020
    Configuration menu
    Copy the full SHA
    6b4daae View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Updated GUI

    Added ESV metric and bar chart
    Sabir97 authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    39ea9f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. NF Min Pes Iqr allocation policy

    Power VM Next Fit Minimum Processing Elements Inter Quartile Range Migration allocation policy, 
    Chooses the host with the least number of Pes used to put the migrated VMs in.
    Sabir97 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7d77a7e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    37cb2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f790ef View commit details
    Browse the repository at this point in the history
  3. Override getNewVmPlacement method

    Override of the  getNewVmPlacement method by adding position index of the last allocated server, in order to implement the Next Fit Allocation policy
    Sabir97 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    23febed View commit details
    Browse the repository at this point in the history