Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Testing Configuration Issues

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Testing Configuration Issues


Chronological Thread 
  • From: "Smith, Cody A." <>
  • To: "" <>
  • Subject: [perfsonar-user] Testing Configuration Issues
  • Date: Wed, 4 Oct 2017 13:13:53 +0000
  • Accept-language: en-US
  • Authentication-results: spf=pass (sender IP is 128.146.138.8) smtp.mailfrom=oar.net; internet2.edu; dkim=none (message not signed) header.d=none;internet2.edu; dmarc=bestguesspass action=none header.from=oar.net;
  • Ironport-phdr: 9a23:cYWYTRP0BWttjbt6xJ4l6mtUPXoX/o7sNwtQ0KIMzox0K/z7ocbcNUDSrc9gkEXOFd2CrakV26yO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhzexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Xymp4aV2Rx/ykCoJNyA3/nzLisJ+j6xboQ6uqBNkzo7OfI2VMeBzcr/Bcd4YQ2dKQ8ZfVzZGAoO5d4YDAfcPPeNZr4nhp1sCtQa1CBerBOzyyj5Dm2P70bc03+88FgzJwAsgH8kLsHTVsNX1NLwfUeevw6nS1znDae1Z2Svk5YXObxsvr/aMXbdqfsrQz0kiDwTFjlWRqYziJj+VzfgNvHKH7+V+T+6glXMoqxxprjio3MgskJPFhoQLxVDY7Sl5x4Y1KcSkSEFlfdGkEIFctyaAN4t5Ws8iX31ntD8iyrIYo567cjIGyJI5yB7Dc/CHcJSH7gv7VOmPOzd4imhpeLShiBau90Wr1+7yVtGs3VpXsiZIncPAu38P2hDJ5MWKReFx8lq/1TqRzwzf9+VJLEQumabGKJMt2KA8m5UXvEjZAyP6hl36jKGIeUgn5uSl7uHqYrvpq5KcOYJ5jw7zP6UwlcGxBOk1MBQCUHWH9em51bDu8lH2T65Mg/YriKfWqoraKt4epqOhAw9azIIj6xGnAjm+zNkWmmULIE9cdB+ajYflJUjCIPfjAvihmVislyprx+zdMb3mH5XNKGXMnK35fbZn7E5c1BQ8wsxD55JVDbEBJuj/WkjstNzECh85NAu0w+X9BNph0YMeXHqDAq6fMKzMrV+F/v8jL/WDaYMPtzvwKeIp6vDhgHMjhFMRY7el0YMSaH+iH/RmJ0uZYWDrgtcECWoFog0+TPfviF2DTT5TZ22/X6Um6TEhEo6mC5nMRpy1jLybwCi7BoFWZnxBCl2UCXfnaZ+EW/kXaCKVJM9uiCYEWaG8S486yx6urhT3y75mLurP5i0Yrozv2MJ05+3ViRE96yZ0D8KD3GGRUW14hH0HSCIr3PM3nUsogE+Oy6ZjhPpRD5lO/P5TegY8KZPGyeFmUZb/Vh+LNoORRUyoWdKgCCt0U8k82fcPZVpwAdOvkkqF0ia3Vew7jbuOUdYP96PA3zy5DMFx2j7vkuNp21IhWc5OKW2OgadlsQ7eG9iawA2ii6+2ePFEj2b2/2CZwD/WsQ==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

All,

 

I was checking on our mesh today and noticed that our node isn’t acting correctly. Checking the logs I found this error with the meshconfig-guiagent.log :

               

017/10/04 09:07:39 (12812) ERROR> GUIAgent.pm:219 perfSONAR_PS::MeshConfig::GUIAgent::__configure_guis - Problem generating maddash configuration: Problem generating maddash configuration: Check OARnet_Maddash_Configuration_-_One_Hour_Throughput_Testing has been redefined at /usr/lib/perfsonar/bin/../lib/perfSONAR_PS/MeshConfig/Generators/MaDDash.pm line 538.

 

So, trimming that “test” block out of the configuration just results in the same message, only with the new test’s description.

Below is the test, test configuration:

 

<test_spec bwctl_1h_tcp_test>

  # Define a test spec for testing achievable bandwidth once every hour

 

  type              perfsonarbuoy/bwctl  # Perform a bwctl test (i.e. achievable bandwidth)

  tool              bwctl/iperf3          # Use 'iperf' to do the bandwidh test

  protocol          tcp                  # Run a TCP bandwidth test

  interval          3600                 # Run the test every hour

  duration          20                   # Perform a 20 second test

</test_spec>

 

<test_spec owamp_test>

  # Define a test spec for doing jitter, loss and latency testing

 

  type              perfsonarbuoy/owamp  # Perform a constant low-bandwidth OWAMP test

  packet_interval   0.1                 # Send 10 packets every second (i.e. pause 0.1 seconds between each packet)

  sample_count      600                  # Send results back every 60 seconds (once every 600 packets)

  bucket_width      0.001                # The granularity of the measurements

</test_spec>

 

<test_spec ping_test>

  # Define a test spec for doing ICMP jitter, loss and latency testing every 5 minutes

 

  type              pinger               # Perform PingER tests

  test_interval     300                  # Perform a test every 5 minutes

  packet_count      10                   # Send 10 packets for each test

  packet_interval   1                    # Pause 1 second between each packet sent

  packet_size       1000                 # The size of the packets (not include the IP headers)

</test_spec>

 

<test_spec traceroute_test>

  # Define a test spec for running traceroute tests every 10 minutes

 

  type              traceroute           # Perform a traceroute test

  test_interval     600                  # Run the test every 5 minutes

  packet_size       40                   # The size of the packets (not include IP/UDP headers)

</test_spec>

 

<group oarnet_bwctl_group>

    type       mesh

 

    member     https://perfsonar-dashboard.oar.net

    member     tc-perf.net.ohio-state.edu

    member     kc-perf.net.ohio-state.edu

</group>

 

<group oarnet_owamp_group>

    type       mesh

 

    member     https://perfsonar-dashboard.oar.net

    member     tc-perf.net.ohio-state.edu

    member     kc-perf.net.ohio-state.edu

</group>

 

<test>

  description       One Hour Throughput Testing

  group             oarnet_bwctl_group

  test_spec         bwctl_1h_tcp_test

</test>

 

<test>

  description       OWAMP Testing

  group             oarnet_owamp_group

  test_spec         owamp_test

</test>

 

Thoughts // Suggestions? As always, thanks in advance.  

 

Best,

Cody Smith
Performance Engineer
OARnet
A member of the Ohio Technology Consortium
1224 Kinnear Road, Columbus, Ohio 43212
Office: (614) 292-9947 • Mobile: (740) 252-1062 • Fax: (614) 292-9390

et
Learn more about OARnet at https://oar.net

 




Archive powered by MHonArc 2.6.19.

Top of Page