DSPS/demo_files/Validierung_Queueing_Theory/2/services.json

36 lines
963 B
JSON

{
"id": "/Matz/Patrice/Master-Thesis/Service.schema.json",
"name": "Service Definition for Example Application",
"services": [
{
"scaleUpAt": 0.8,
"scaleDownAt": 0.3,
"scaleingMetric": "CPU",
"serviceID": "default",
"scales": false,
"scale": 1,
"scalingDelay": 0,
"defaultServer": {
"maxCPU": 100,
"maxRAM": 100,
"maxIO": 10000,
"maxNET": 10000
}
},
{
"scaleUpAt": 0.8,
"scaleDownAt": 0.3,
"scaleingMetric": "CPU",
"serviceID": "2",
"scales": false,
"scale": 1,
"scalingDelay": 0,
"defaultServer": {
"maxCPU": 1000,
"maxRAM": 1000,
"maxIO": 10000,
"maxNET": 10000
}
}
]
}