Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Sample plot - multiple hostname pairs

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Sample plot - multiple hostname pairs


Chronological Thread 
  • From: Brian Candler <>
  • To: Michael Johnson <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Sample plot - multiple hostname pairs
  • Date: Fri, 19 Dec 2014 09:23:59 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:mime-version:to:cc:subject:references:in-reply-to :content-type; q=dns; s=sasl; b=tzjK88jDi3nN7ptj6LsLNLZrz8t6MB1G 7YoWNfWl9J1nyAGgNzMHRneaGug5E0tS/ftEya76lJFOzKbhMYxB8+uOYTQOj0GS hdqh8Dinnf8t2ZPsk5oCS8vCpq67HSiJGXAsYYx29hGOtta6tDYtAXEK0ZO5uHjR 1raorgZxcQI=

On 18/12/2014 22:42, Michael Johnson wrote:
Here's an example:
http://stats.es.net/serviceTest/graphWidget.cgi?url="http://anl-pt1.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.22&source=198.124.252.117&url=http://anl-owamp.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.22&source=198.124.252.97&url=http://anl-pt1.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.34&source=198.124.252.117&url=http://anl-owamp.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.34&source=198.124.252.97

There are some limitations to this approach -- it doesn't like it more than one host has data for a given type. For example, if more than one host has Throughput data it will not handle it nicely, as far as I recall.
Thank you, I think I'm slowly getting there :-)

That long URL contains four (url/dest/source) tuples, but the graph shows only three data pairs: (throughput/reverse throughput), (latency/reverse latency), (loss/reverse loss).

Now, if I trim the URL to contain only one pair at a time, I get these:

http://stats.es.net/serviceTest/graphWidget.cgi?url="http://anl-pt1.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.22&source=198.124.252.117
=> shows only throughput

http://stats.es.net/serviceTest/graphWidget.cgi?url="http://anl-owamp.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.22&source=198.124.252.97
=> "ERROR: No data to plot for the hosts and time range selected."

http://stats.es.net/serviceTest/graphWidget.cgi?url="http://anl-pt1.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.34&source=198.124.252.117
=> "ERROR: No data to plot for the hosts and time range selected."

http://stats.es.net/serviceTest/graphWidget.cgi?url="http://anl-owamp.es.net:8085/esmond/perfsonar/archive&dest=198.129.254.34&source=198.124.252.97
=> shows only latency and loss

So I guess what's happening is that the Dashboard knows about two endpoints at each node (one for throughput and one for latency), and graphs all the combinations including the useless ones like throughput A <-> latency B and vice versa.

Regards,

Brian.




Archive powered by MHonArc 2.6.16.

Top of Page