Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.78 KB | None | 0 0
  1. {
  2.     "name": "Some name 2",
  3.     "description": "Some description",
  4.     "topology": {
  5.         "application-servers": [
  6.             {
  7.                 "name": "App Server 1",
  8.                 "cpu_sizes": [300, 500]
  9.             }
  10.         ],
  11.         "database-servers": []
  12.     },
  13.     "scenario": {
  14.         "events_per_hour": [1000, 1500, 5000, 2000, 1500, 6000, 3000, 1000],
  15.         "distribution_per_hour": ["exponential", "exponential", "exponential", "exponential", "exponential", "exponential", "exponential", "exponential"],
  16.         "load_times_per_hour": [0.01, 0.2, 0.2, 0.01, 0.01, 0.01, 0.01, 0.01],
  17.         "incidents": [
  18.             {
  19.                 "name": "Anomaly 1",
  20.                 "target_server_index": 0,
  21.                 "target_cpu_index": 1,
  22.                 "start":5,
  23.                 "duration": 1
  24.             }
  25.         ]
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement