{
"hostname": "host.name",
"tasks": [
{
"type": "TweakerTask",
"description": "Positive latency",
"mode": "AddLatency",
"tweak": 10
},
{
"type": "CollectorTask",
"description": "Measure delays",
"mode": "Delays",
"threshold": 66,
"millisecondDuration": 1000
},
{
"type": "TweakerTask",
"description": "Negative latency, not allowed but should not crash",
"mode": "AddLatency",
"tweak": -10
},
{
"type": "CollectorTask",
"description": "Measure delays",
"mode": "Delays",
"threshold": 66,
"millisecondDuration": 1000
}
]
}