Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] problem load two mesh config files

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] problem load two mesh config files


Chronological Thread 
  • From: "Lixin Liu" <>
  • To: <>
  • Subject: [perfsonar-user] problem load two mesh config files
  • Date: Thu, 27 Mar 2014 14:06:33 -0700 (PDT)

Hi,

I would like to load two mesh configuration files. Both contain
latency tests, but they do not overlap.

When I define schedules using two meshes:

<mesh>
configuration_url
https://ps-dashboard.computecanada.ca/mesh-config/ComputeCanada-tests.json
validate_certificate 0
</mesh>

<mesh>
configuration_url
https://ps-dashboard.computecanada.ca/mesh-config/westgrid-tests.json
validate_certificate 0
</mesh>

the later one removes the latency schedule from the first one
and I see only 4 schedules (one latency test):

BWCTL Test Between WG Bandwidth Hosts Throughput Test Configure
Delete
Traceroute Test Between WG Latency Hosts Traceroute Test
Configure Delete
OWAMP Test WG Hosts to Non WG Hosts One-Way Delay Test
Configure Delete
BWCTL Test WG Hosts to Non WG Hosts Throughput Test
Configure Delete

If I combine both into one file:

All-tests.json
<mesh>
configuration_url
https://ps-dashboard.computecanada.ca/mesh-config/All-tests.json
validate_certificate 0
</mesh>

I get all 5 schedules (two latency tests):

OWAMP Test WG Hosts to Non WG Hosts One-Way Delay Test
Configure Delete
OWAMP Test Between CC Latency Hosts One-Way Delay Test
Configure Delete
Traceroute Test Between WG Latency Hosts Traceroute Test
Configure Delete
BWCTL Test Between WG Bandwidth Hosts Throughput Test Configure
Delete
BWCTL Test WG Hosts to Non WG Hosts Throughput Test
Configure Delete

Did I do anything wrong?

Thanks,

Lixin Liu
Simon Fraser University




Archive powered by MHonArc 2.6.16.

Top of Page