Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] regular_testing.conf and bwctl's '-B|--local_address'

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] regular_testing.conf and bwctl's '-B|--local_address'


Chronological Thread 
  • From: Aaron Brown <>
  • To: Ty Bell <>
  • Cc: perfsonar-user <>
  • Subject: Re: [perfsonar-user] regular_testing.conf and bwctl's '-B|--local_address'
  • Date: Tue, 10 Mar 2015 15:35:31 +0000
  • Accept-language: en-US
  • Authentication-results: grnoc.iu.edu; dkim=none (message not signed) header.d=none;

Hey Ty,

There’s a test attribute “local_address” that will set the local address to use. I don’t think it uses the -B, but it’ll do:

bwctl -s [local_address] -c [remote address]
bwctl -c [local address] -s [remote address]

instead of 

bwctl -c [remote address]
bwctl -s [remote address]

Which should (?) be the same thing, depending on what you're doing I guess.

A side effect of this is that you can have a central regular testing instance do bwctl tests with two remote bwctl endpoints. e.g.

<test>
    local_address      chic-pt1.es.net
    ….
</test>
<test>
    local_address      star-pt1.es.net
    ….
</test>

However, that’s somewhat lightly tested at this point :)

Cheers,
Aaron

On Mar 10, 2015, at 11:18 AM, Ty Bell <> wrote:

Hi All,

Is there a way to force bwctl to use ‘-B|—local_address’ in your regular_testing.conf?

Thanks,
Ty




Archive powered by MHonArc 2.6.16.

Top of Page