Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] maddash disjoint mesh and click-through links

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] maddash disjoint mesh and click-through links


Chronological Thread 
  • From: Brian Candler <>
  • To: "" <>
  • Subject: [perfsonar-user] maddash disjoint mesh and click-through links
  • Date: Mon, 16 Nov 2015 11:51:43 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:from:subject :message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=jt/xgx3H9mw6VSAK3Wb R3z3jXCyoZueKpMh0Yz9C/51Nyq9kAaJetwAqLPDiYXxQ5a6awrxljnU2+y+1cGf dklO46JqCHNxuYjmqj95oMNBre9xcAVY/R/y1xLbIx/N7D1FxjiZZCo00JdKDlaR WTPtPADfZJrNahHY5Xj6JDJk=

I think I've found a bug in maddash, but I'd like to run it past the user group first.

I configured a mesh like this:

<group ext_group>
type disjoint

a_member baz
a_member foo
a_member qux

b_member baz
b_member foo
b_member qux
b_member bar # beacon
</group>

The tests are defined with force_bidirectional 1. baz, foo and qux are full perfsonar nodes which consume the mesh config, while bar is a standalone "beacon" just running owampd and bwctld.

[Aside: the reason for doing this was to get a simpler display than having two meshes: that is, a full mesh between (baz,foo,qux), and a separate disjoint mesh between (baz,foo,qux) and (bar)]

So anyway, I get a display like this as expected:

bar baz foo qux
baz = = =
foo = = =
qux = = =

Now, there are two squares which intercept between (say) foo and qux, and qux and foo, each with a top/bottom half measurement.

bar baz foo qux
baz = = =
foo = = [2]
qux = = [1]

I was expecting that if I click on the top half of one square I would get the measurements taken and stored on foo, and if I click on the bottom half of the other square I would get the corresponding measurements taken and stored on qux.

However, what's happening is as follows.

* One click shows a page entitled "foo to qux (Throughput Reverse)" and the other says "qux to foo (Throughput)". This is fine.

* However the two graphs I see are clearly the *same* graph, by looking at the datapoints themselves.

* Furthermore, if I click on "Link to this chart", both charts show

url=http://qux/esmond/perfsonar/archive&source=qux&dest=foo&;...

I was expecting them to be different, i.e.

url=http://qux/esmond/perfsonar/archive&source=qux&dest=foo&;...
url=http://foo/esmond/perfsonar/archive&source=qux&dest=foo&;...

Can you confirm this is a bug, or do you need more information to reproduce it?

Thanks,

Brian Candler.




Archive powered by MHonArc 2.6.16.

Top of Page