All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lus.cloudsim-plus.4.0.0.source-code.SampleCustomerSLA.json Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
{
  "comment": "A sample SLA contract in JSON format",
  "metrics": [
    {
      "name": "TaskCompletionTime",
      "dimensions": [
        {
          "name": "minValue",
          "value": 0,
          "unit": "Milliseconds"
        },
        {
          "name": "maxValue",
          "value": 100,
          "unit": "Milliseconds"
        }
      ]
    },
    {
      "name": "CpuUtilization",
      "dimensions": [
        {
          "name": "minValue",
          "value": 30,
          "unit": "Percent"
        },
        {
          "name": "maxValue",
          "value": 90,
          "unit": "Percent"
        }
      ]
    },
    {
      "name": "Availability",
      "dimensions": [
        {
          "name": "minValue",
          "value": 99.90,
          "unit": "%"
        },
        {
          "name": "maxValue",
          "value": 100.00,
          "unit": "%"
        }
      ]
    },
    {
      "name": "WaitTime",
      "dimensions": [
        {
          "name": "minValue",
          "value": 0,
          "unit": "Milliseconds"
        },
        {
          "name": "maxValue",
          "value": 10,
          "unit": "Milliseconds"
        }
      ]
    },
    {
      "name": "Throughput",
      "dimensions": [
        {
          "name": "minValue",
          "value": 10,
          "unit": "Bits/Second"
        },
        {
          "name": "maxValue",
          "value": 500,
          "unit": "Bits/Second"
        }
      ]
    },
    {
      "name": "Price",
      "dimensions": [
        {
          "name": "maxValue",
          "value": 0.017
        }
      ]
    },
    {
      "name": "FaultToleranceLevel",
      "dimensions": [
        {
          "name": "minValue",
          "value": 3
        }
      ]
    }
  ]
}

  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy