perfsonar-user - [perfsonar-user] Mesh not adding some tests for regular testing
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Colin Domansky <>
- To: "" <>
- Subject: [perfsonar-user] Mesh not adding some tests for regular testing
- Date: Thu, 04 Aug 2016 16:21:54 +0000
I have been able to successfully convert and publish my .json mesh configuration file to a webserver.
So far, I have added a mesh block within the agent_configuration.conf file on my Toolkit, and one other host. The documentation was not clear to me as to exactly which host requires the mesh block added to the configuration file, if all of them do, none, or just the toolkit.
What is currently happening is that the mesh configuration has successfully added the following tests to the regular testing:
Problem is that half of them have not been added:
TCP BWCTL Test Between VIC to region CTCs
UDP BWCTL Test Between VIC to region CTCs
Traceroute Test Between VIC to region CTCs
TCP BWCTL Test Between BOR to region CTCs
UDP BWCTL Test Between BOR to region CTCs
Traceroute Test Between BOR to region CTCs
TCP BWCTL Test Between SJN to region CTCs
UDP BWCTL Test Between SJN to region CTCs
Traceroute Test Between SJN to region CTCs
TCP BWCTL Test Between SHW to region CTCs
UDP BWCTL Test Between SHW to region CTCs
Traceroute Test Between SHW to region CTCs
I have added my mesh configuration json file below:
{
"administrators" : [
{
"email" : "",
"name" : "Colin Domansky"
}
],
"organizations" : [
{
"sites" : [
{
"hosts" : [
{
"addresses" : [
"10.20.1.200"
],
"description" : "perfSONAR Victoria"
}
],
"location" : {
"city" : "Victoria",
"state" : "BC"
}
},
{
"hosts" : [
{
"addresses" : [
"10.20.2.200"
],
"description" : "perfSONAR Albert Head"
}
],
"location" : {
"city" : "Albert Head",
"state" : "BC"
}
},
{
"hosts" : [
{
"addresses" : [
"10.20.3.200"
],
"description" : "perfSONAR Quadra"
}
],
"location" : {
"city" : "Quadra",
"state" : "BC"
}
},
{
"hosts" : [
{
"addresses" : [
"10.20.4.200"
],
"description" : "perfSONAR Vernon"
}
],
"location" : {
"city" : "Vernon",
"state" : "BC"
}
},
{
"hosts" : [
{
"addresses" : [
"10.22.1.200",
"10.22.1.201"
],
"description" : "perfSONAR Winnipeg"
}
],
"location" : {
"city" : "Winnipeg",
"state" : "MB"
}
},
{
"hosts" : [
{
"addresses" : [
"10.22.3.200"
],
"description" : "perfSONAR Gimli"
}
],
"location" : {
"city" : "Gimli",
"state" : "MB"
}
},
{
"hosts" : [
{
"addresses" : [
"10.21.1.200"
],
"description" : "perfSONAR Cold Lake"
}
],
"location" : {
"city" : "Cold Lake",
"state" : "MB"
}
},
{
"hosts" : [
{
"addresses" : [
"10.21.2.200"
],
"description" : "perfSONAR Whitehorse"
}
],
"location" : {
"city" : "Whitehorse",
"state" : "YK"
}
},
{
"hosts" : [
{
"addresses" : [
"10.21.3.200"
],
"description" : "perfSONAR Rocky"
}
],
"location" : {
"city" : "Rocky",
"state" : "AB"
}
},
{
"hosts" : [
{
"addresses" : [
"10.23.0.200"
],
"description" : "perfSONAR Borden"
}
],
"location" : {
"city" : "Borden",
"state" : "ON"
}
},
{
"hosts" : [
{
"addresses" : [
"10.23.1.200"
],
"description" : "perfSONAR Connaught"
}
],
"location" : {
"city" : "Connaught",
"state" : "ON"
}
},
{
"hosts" : [
{
"addresses" : [
"10.23.2.200"
],
"description" : "perfSONAR Kingston"
}
],
"location" : {
"city" : "Kingston",
"state" : "ON"
}
},
{
"hosts" : [
{
"addresses" : [
"10.23.3.200"
],
"description" : "perfSONAR Trenton"
}
],
"location" : {
"city" : "Trenton",
"state" : "ON"
}
},
{
"hosts" : [
{
"addresses" : [
"10.24.0.200"
],
"description" : "perfSONAR St Jean"
}
],
"location" : {
"city" : "St Jean",
"state" : "PQ"
}
},
{
"hosts" : [
{
"addresses" : [
"10.24.1.200"
],
"description" : "perfSONAR Bagotville"
}
],
"location" : {
"city" : "Bagotville",
"state" : "PQ"
}
},
{
"hosts" : [
{
"addresses" : [
"10.24.2.200"
],
"description" : "perfSONAR Valcartier"
}
],
"location" : {
"city" : "Valcartier",
"state" : "PQ"
}
},
{
"hosts" : [
{
"addresses" : [
"10.24.3.200"
],
"description" : "perfSONAR EVVRE"
}
],
"location" : {
"city" : "EVVRE",
"state" : "PQ"
}
},
{
"hosts" : [
{
"addresses" : [
"10.24.4.200"
],
"description" : "perfSONAR SGV"
}
],
"location" : {
"city" : "SGV",
"state" : "PQ"
}
},
{
"hosts" : [
{
"addresses" : [
"10.25.4.200"
],
"description" : "perfSONAR Shearwater"
}
],
"location" : {
"city" : "Shearwater",
"state" : "NS"
}
},
{
"hosts" : [
{
"addresses" : [
"10.25.0.200"
],
"description" : "perfSONAR Acadia"
}
],
"location" : {
"city" : "Acadia",
"state" : "NS"
}
},
{
"hosts" : [
{
"addresses" : [
"10.25.1.200"
],
"description" : "perfSONAR Cabot"
}
],
"location" : {
"city" : "Cabot",
"state" : "NF"
}
},
{
"hosts" : [
{
"addresses" : [
"10.25.2.200"
],
"description" : "perfSONAR Gagetown"
}
],
"location" : {
"city" : "Gagetown",
"state" : "NB"
}
},
{
"hosts" : [
{
"addresses" : [
"10.25.3.200"
],
"description" : "perfSONAR Greenwood"
}
],
"location" : {
"city" : "Greenwood",
"state" : "NS"
}
}
],
"measurement_archives" : [
{
"read_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"write_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"type" : "traceroute"
},
{
"read_url" : "http://10.22.1.201/esmond/perfsonar/archive",
"write_url" : "http://10.22.1.201/esmond/perfsonar/archive",
"type" : "perfsonarbuoy/owamp"
},
{
"read_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"write_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"type" : "perfsonarbuoy/bwctl"
},
{
"read_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"write_url" : "http://10.22.1.200/esmond/perfsonar/archive",
"type" : "pinger"
}
]
}
],
"tests" : [
{
"members" : {
"members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200",
"10.20.1.200",
"10.22.1.200",
"10.22.3.200",
"10.21.1.200",
"10.21.2.200",
"10.21.3.200",
"10.23.0.200",
"10.23.1.200",
"10.23.2.200",
"10.23.3.200",
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200",
"10.24.0.200",
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200",
"10.25.4.200"
],
"type" : "mesh"
},
"parameters" : {
"packet_interval" : "1",
"type" : "pinger",
"packet_size" : "1000",
"test_interval" : "300",
"packet_count" : "10"
},
"description" : "Ping Test Between CCO Hosts"
},
{
"members" : {
"a_members" : [
"10.22.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200",
"10.20.1.200",
"10.22.3.200",
"10.21.1.200",
"10.21.2.200",
"10.21.3.200",
"10.23.0.200",
"10.23.1.200",
"10.23.2.200",
"10.23.3.200",
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200",
"10.24.0.200",
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200",
"10.25.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"protocol" : "tcp",
"tool" : "bwctl/iperf3",
"duration" : "20",
"type" : "perfsonarbuoy/bwctl",
"interval" : "14400"
},
"description" : "TCP BWCTL Test Between WPG to all CCO Hosts"
},
{
"members" : {
"a_members" : [
"10.22.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200",
"10.20.1.200",
"10.22.3.200",
"10.21.1.200",
"10.21.2.200",
"10.21.3.200",
"10.23.0.200",
"10.23.1.200",
"10.23.2.200",
"10.23.3.200",
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200",
"10.24.0.200",
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200",
"10.25.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"protocol" : "udp",
"udp_bandwidth" : "50000000",
"tool" : "bwctl/iperf3",
"duration" : "10",
"type" : "perfsonarbuoy/bwctl",
"interval" : "86400"
},
"description" : "UDP BWCTL Test Between WPG to all CCO Hosts"
},
{
"members" : {
"a_members" : [
"10.22.1.201"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200",
"10.20.1.200",
"10.22.3.200",
"10.21.1.200",
"10.21.2.200",
"10.21.3.200",
"10.23.0.200",
"10.23.1.200",
"10.23.2.200",
"10.23.3.200",
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200",
"10.24.0.200",
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200",
"10.25.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"bucket_width" : "0.001",
"packet_padding" : "0",
"sample_count" : "600",
"packet_interval" : "0.1",
"type" : "perfsonarbuoy/owamp",
"session_count" : "10800"
},
"description" : "OWAMP Test Between WPG to all CCO Hosts"
},
{
"members" : {
"a_members" : [
"10.22.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200",
"10.20.1.200",
"10.22.3.200",
"10.21.1.200",
"10.21.2.200",
"10.21.3.200",
"10.23.0.200",
"10.23.1.200",
"10.23.2.200",
"10.23.3.200",
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200",
"10.24.0.200",
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200",
"10.25.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"type" : "traceroute",
"packet_size" : "40",
"test_interval" : "600"
},
"description" : "Traceroute Test Between Winnipeg and all hosts"
},
{
"members" : {
"a_members" : [
"10.20.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"protocol" : "tcp",
"tool" : "bwctl/iperf3",
"duration" : "20",
"type" : "perfsonarbuoy/bwctl",
"interval" : "14400"
},
"description" : "TCP BWCTL Test Between VIC to region CTCs"
},
{
"members" : {
"a_members" : [
"10.20.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"protocol" : "udp",
"udp_bandwidth" : "50000000",
"tool" : "bwctl/iperf3",
"duration" : "10",
"type" : "perfsonarbuoy/bwctl",
"interval" : "86400"
},
"description" : "UDP BWCTL Test Between VIC to region CTCs"
},
{
"members" : {
"a_members" : [
"10.20.1.200"
],
"b_members" : [
"10.20.2.200",
"10.20.3.200",
"10.20.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"type" : "traceroute",
"packet_size" : "40",
"test_interval" : "600"
},
"description" : "Traceroute Test Between VIC to region CTCs"
},
{
"members" : {
"a_members" : [
"10.23.0.200"
],
"b_members" : [
"10.23.1.200",
"10.23.2.200",
"10.23.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"protocol" : "tcp",
"tool" : "bwctl/iperf3",
"duration" : "20",
"type" : "perfsonarbuoy/bwctl",
"interval" : "14400"
},
"description" : "TCP BWCTL Test Between BOR to region CTCs"
},
{
"members" : {
"a_members" : [
"10.23.0.200"
],
"b_members" : [
"10.23.1.200",
"10.23.2.200",
"10.23.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"protocol" : "udp",
"udp_bandwidth" : "50000000",
"tool" : "bwctl/iperf3",
"duration" : "10",
"type" : "perfsonarbuoy/bwctl",
"interval" : "86400"
},
"description" : "UDP BWCTL Test Between BOR to region CTCs"
},
{
"members" : {
"a_members" : [
"10.23.0.200"
],
"b_members" : [
"10.23.1.200",
"10.23.2.200",
"10.23.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"type" : "traceroute",
"packet_size" : "40",
"test_interval" : "600"
},
"description" : "Traceroute Test Between BOR to region CTCs"
},
{
"members" : {
"a_members" : [
"10.24.0.200"
],
"b_members" : [
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"protocol" : "tcp",
"tool" : "bwctl/iperf3",
"duration" : "20",
"type" : "perfsonarbuoy/bwctl",
"interval" : "14400"
},
"description" : "TCP BWCTL Test Between SJN to region CTCs"
},
{
"members" : {
"a_members" : [
"10.24.0.200"
],
"b_members" : [
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"protocol" : "udp",
"udp_bandwidth" : "50000000",
"tool" : "bwctl/iperf3",
"duration" : "10",
"type" : "perfsonarbuoy/bwctl",
"interval" : "86400"
},
"description" : "UDP BWCTL Test Between SJN to region CTCs"
},
{
"members" : {
"a_members" : [
"10.24.0.200"
],
"b_members" : [
"10.24.1.200",
"10.24.2.200",
"10.24.3.200",
"10.24.4.200"
],
"type" : "disjoint"
},
"parameters" : {
"type" : "traceroute",
"packet_size" : "40",
"test_interval" : "600"
},
"description" : "Traceroute Test Between SJN to region CTCs"
},
{
"members" : {
"a_members" : [
"10.25.4.200"
],
"b_members" : [
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"force_bidirectional" : "1",
"protocol" : "tcp",
"tool" : "bwctl/iperf3",
"duration" : "20",
"type" : "perfsonarbuoy/bwctl",
"interval" : "14400"
},
"description" : "TCP BWCTL Test Between SHW to region CTCs"
},
{
"members" : {
"a_members" : [
"10.25.4.200"
],
"b_members" : [
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"protocol" : "udp",
"udp_bandwidth" : "50000000",
"tool" : "bwctl/iperf3",
"duration" : "10",
"type" : "perfsonarbuoy/bwctl",
"interval" : "86400"
},
"description" : "UDP BWCTL Test Between SHW to region CTCs"
},
{
"members" : {
"a_members" : [
"10.25.4.200"
],
"b_members" : [
"10.25.0.200",
"10.25.1.200",
"10.25.2.200",
"10.25.3.200"
],
"type" : "disjoint"
},
"parameters" : {
"type" : "traceroute",
"packet_size" : "40",
"test_interval" : "600"
},
"description" : "Traceroute Test Between SHW to region CTCs"
}
],
"description" : "CCO perfSONAR Mesh"
}
I would appreciate any thoughts as to what may be causing this.
Thanks,
Colin
- [perfsonar-user] Mesh not adding some tests for regular testing, Colin Domansky, 08/04/2016
Archive powered by MHonArc 2.6.19.