-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea66ddf
commit 8029b60
Showing
309 changed files
with
55,653 additions
and
26,293 deletions.
There are no files selected for viewing
168 changes: 84 additions & 84 deletions
168
_downloads/8869a9a155c5a08b2aa00e6bd4ab57cd/psconfig_templates_intro-network.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
{ | ||
"addresses": { | ||
"lat1": { | ||
"address": "lat1.perfsonar.net" | ||
}, | ||
"thr1": { | ||
"address": "thr1.perfsonar.net" | ||
}, | ||
"thrlat1": { | ||
"address": "thrlat1.perfsonar.net" | ||
}, | ||
"lat2": { | ||
"address": "lat2.perfsonar.net" | ||
}, | ||
"thr2": { | ||
"address": "thr2.perfsonar.net" | ||
} | ||
}, | ||
"groups": { | ||
"latency_group": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "lat1"}, | ||
{"name": "thrlat1"}, | ||
{"name": "lat2"} | ||
] | ||
}, | ||
"throughput_group": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "thr1"}, | ||
{"name": "thrlat1"}, | ||
{"name": "thr2"} | ||
] | ||
} | ||
}, | ||
"tests": { | ||
"latency_test": { | ||
"type": "latencybg", | ||
"spec": { | ||
"source": "{% address[0] %}", | ||
"dest": "{% address[1] %}", | ||
"packet-interval": 0.1, | ||
"packet-count": 600 | ||
} | ||
}, | ||
"throughput_test": { | ||
"type": "throughput", | ||
"spec": { | ||
"source": "{% address[0] %}", | ||
"dest": "{% address[1] %}", | ||
"duration": "PT30S" | ||
} | ||
} | ||
}, | ||
"archives": { | ||
"esmond_archive": { | ||
"archiver": "esmond", | ||
"data": { | ||
"url": "https://esmond.archive.perfsonar.net/esmond/perfsonar/archive", | ||
"measurement-agent": "{% scheduled_by_address %}" | ||
} | ||
} | ||
}, | ||
"schedules": { | ||
"every_4_hours": { | ||
"repeat": "PT4H", | ||
"slip": "PT4H", | ||
"sliprand": true | ||
} | ||
}, | ||
"tasks": { | ||
"latency_task": { | ||
"group": "latency_group", | ||
"test": "latency_test", | ||
"archives": ["esmond_archive"] | ||
}, | ||
"throughput_task": { | ||
"group": "throughput_group", | ||
"test": "throughput_test", | ||
"archives": ["esmond_archive"], | ||
"schedule": "every_4_hours" | ||
} | ||
} | ||
{ | ||
"addresses": { | ||
"lat1": { | ||
"address": "lat1.perfsonar.net" | ||
}, | ||
"thr1": { | ||
"address": "thr1.perfsonar.net" | ||
}, | ||
"thrlat1": { | ||
"address": "thrlat1.perfsonar.net" | ||
}, | ||
"lat2": { | ||
"address": "lat2.perfsonar.net" | ||
}, | ||
"thr2": { | ||
"address": "thr2.perfsonar.net" | ||
} | ||
}, | ||
"groups": { | ||
"latency_group": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "lat1"}, | ||
{"name": "thrlat1"}, | ||
{"name": "lat2"} | ||
] | ||
}, | ||
"throughput_group": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "thr1"}, | ||
{"name": "thrlat1"}, | ||
{"name": "thr2"} | ||
] | ||
} | ||
}, | ||
"tests": { | ||
"latency_test": { | ||
"type": "latencybg", | ||
"spec": { | ||
"source": "{% address[0] %}", | ||
"dest": "{% address[1] %}", | ||
"packet-interval": 0.1, | ||
"packet-count": 600 | ||
} | ||
}, | ||
"throughput_test": { | ||
"type": "throughput", | ||
"spec": { | ||
"source": "{% address[0] %}", | ||
"dest": "{% address[1] %}", | ||
"duration": "PT30S" | ||
} | ||
} | ||
}, | ||
"archives": { | ||
"esmond_archive": { | ||
"archiver": "esmond", | ||
"data": { | ||
"url": "https://esmond.archive.perfsonar.net/esmond/perfsonar/archive", | ||
"measurement-agent": "{% scheduled_by_address %}" | ||
} | ||
} | ||
}, | ||
"schedules": { | ||
"every_4_hours": { | ||
"repeat": "PT4H", | ||
"slip": "PT4H", | ||
"sliprand": true | ||
} | ||
}, | ||
"tasks": { | ||
"latency_task": { | ||
"group": "latency_group", | ||
"test": "latency_test", | ||
"archives": ["esmond_archive"] | ||
}, | ||
"throughput_task": { | ||
"group": "throughput_group", | ||
"test": "throughput_test", | ||
"archives": ["esmond_archive"], | ||
"schedule": "every_4_hours" | ||
} | ||
} | ||
} |
154 changes: 77 additions & 77 deletions
154
_downloads/89be185f6dd8483b976c450e102643d8/psconfig_templates_intro-colors.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
{ | ||
|
||
"addresses": { | ||
"circle1": { | ||
"address": "circle1.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "blue" | ||
} | ||
}, | ||
"circle2": { | ||
"address": "circle2.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "red" | ||
} | ||
}, | ||
"circle3": { | ||
"address": "circle3.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "green" | ||
} | ||
} | ||
}, | ||
|
||
"groups": { | ||
"colors_mesh": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "circle1"}, | ||
{"name": "circle2"}, | ||
{"name": "circle3"} | ||
] | ||
} | ||
}, | ||
|
||
"tests": { | ||
"colors_test": { | ||
"type": "colors", | ||
"spec": { | ||
"color1": "{% jq .addresses[0]._meta.color %}", | ||
"color2": "{% jq .addresses[1]._meta.color %}" | ||
} | ||
} | ||
}, | ||
|
||
"schedules": { | ||
"colors_schedule": { | ||
"repeat": "PT1H", | ||
"slip": "PT1H", | ||
"sliprand": true | ||
} | ||
}, | ||
|
||
"archives": { | ||
"colors_archive": { | ||
"archiver": "syslog", | ||
"data": { | ||
"facility": "local6", | ||
"priority": "info" | ||
} | ||
} | ||
}, | ||
|
||
"tasks": { | ||
"colors_task": { | ||
"group": "colors_group", | ||
"test": "colors_test", | ||
"schedule": "colors_schedule", | ||
"archives": [ | ||
"colors_archive" | ||
] | ||
} | ||
} | ||
|
||
} | ||
{ | ||
|
||
"addresses": { | ||
"circle1": { | ||
"address": "circle1.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "blue" | ||
} | ||
}, | ||
"circle2": { | ||
"address": "circle2.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "red" | ||
} | ||
}, | ||
"circle3": { | ||
"address": "circle3.perfsonar.net", | ||
"_meta": { | ||
"shape": "circle", | ||
"color": "green" | ||
} | ||
} | ||
}, | ||
|
||
"groups": { | ||
"colors_mesh": { | ||
"type": "mesh", | ||
"addresses": [ | ||
{"name": "circle1"}, | ||
{"name": "circle2"}, | ||
{"name": "circle3"} | ||
] | ||
} | ||
}, | ||
|
||
"tests": { | ||
"colors_test": { | ||
"type": "colors", | ||
"spec": { | ||
"color1": "{% jq .addresses[0]._meta.color %}", | ||
"color2": "{% jq .addresses[1]._meta.color %}" | ||
} | ||
} | ||
}, | ||
|
||
"schedules": { | ||
"colors_schedule": { | ||
"repeat": "PT1H", | ||
"slip": "PT1H", | ||
"sliprand": true | ||
} | ||
}, | ||
|
||
"archives": { | ||
"colors_archive": { | ||
"archiver": "syslog", | ||
"data": { | ||
"facility": "local6", | ||
"priority": "info" | ||
} | ||
} | ||
}, | ||
|
||
"tasks": { | ||
"colors_task": { | ||
"group": "colors_group", | ||
"test": "colors_test", | ||
"schedule": "colors_schedule", | ||
"archives": [ | ||
"colors_archive" | ||
] | ||
} | ||
} | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.