Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Problem -- throughput/owamp service graphsnot showing

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Problem -- throughput/owamp service graphsnot showing


Chronological Thread 
  • From: Zafar Gilani <>
  • To:
  • Cc: , Performance Node Users <>
  • Subject: Re: [perfsonar-user] Problem -- throughput/owamp service graphsnot showing
  • Date: Thu, 25 Nov 2010 22:26:14 +0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=ogArBmWTJi7Hw5cMIyF4BxKncfKtT7LtslK39LlTgHCaOjcgSh96kLPHKMpC1bdNWc ywUNnJ9mzoH7vSEXt4PZX6JHWHG+yFjJ68RmKG4bNSqvdzVpWR3ovDBtn098oF1R2JwN FBvEN1ztqO2kCd4Tps9ePg6W79iOnjrZb9LNc=

Hi Jason,

Thanks for the reply. I'm not able to access the machines from my home, I'll try tomorrow morning and let you know. Possibility of a firewall also comes to my mind. I also checked system clock and it seemed to be correct. Addresses:

BW: 115.186.131.105
LA: 115.186.131.107

These machines are deployed at NUST, Islamabad, Pakistan.

On Thu, Nov 25, 2010 at 5:48 PM, Jason Zurawski <> wrote:
Hi Zafar;

I am CCing the performance-node-users list on this response.  Comments below:


On 11/25/10 5:57 AM, Zafar Gilani wrote:
Hi,

I've deployed new BW and LA PS nodes but can't seem to view any graphs.
Whenever I go to Service Graphs -> Throughput or Service Graphs ->
One-Way Latency, I get the following:

Problem Handling Request
MA */http://localhost:8085/perfSONAR_PS/services/pSB/* did not return
the expected response, be sure it is configured and populated with data.

For OWAMP I try to view graph and receive following:


   Internal Error - Service returned data, but it is not plotable for
   this measurement pair.

Anyone having any ideas? I've already checked the scheduled tests.
Everything seems to be correct. I also checked
http://psps.perfsonar.net/toolkit/FAQs.html#Q19 but I don't think this
is the case as it has been more than 24 hours since the nodes were deployed.

What is the address of this performance node, is it world accessible or does it have a local address?

I would suggest looking in the database by hand to see if there is recent data:

  mysql -u root

Once at the mysql prompt try these commands:

  use owamp;
  show tables;

Look for a table that has data for 20101125_* or similar.  Try the same for bwctl:

  use bwctl;
  show tables;
  exit;

There should be data for 201011_*.  If you don't see recent data tables, you are not getting data from the regular tests (even though you did set them up).  This could be because your system clock is not correct/not running, firewalls are preventing the BWCTL/OWAMP tests, or perhaps some other reason.

Let us know what you see and we can debug further, thanks;

-jason




Archive powered by MHonArc 2.6.16.

Top of Page