Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] Combining graphs in a single plot

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] Combining graphs in a single plot


Chronological Thread 
  • From: "Uhl, George D. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • To: "" <>
  • Cc: "DeBold, Daniel F. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • Subject: [perfsonar-user] Combining graphs in a single plot
  • Date: Thu, 9 Jul 2020 20:31:39 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nasa.gov; dmarc=pass action=none header.from=nasa.gov; dkim=pass header.d=nasa.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=UqJnuyX5N7kaOXc2/FKAmCwyJUQu7QJaV9EMzce3E7A=; b=JMooYekvALSm6pqFbPw/+3U0heV95UDAShOrenfkmeIEHURQ6vClUk23C2TEJxoEMgm0gYPgutgtg5ObIaJwiVlXY5fx4+gW3eYTjAscDO8f8GHVTX+L9t7FgSHqxOllQ8skPxzc4Xs12zA7yTLymw/Mm19575OC7jkOXoUfnZhQ3L4yw4KtVdH5Gtq3u0VwPOWYqjk09lgsnEZklTJvviKmR0/YK/WNPhW9haPWcRr8TlkjFKM050W+0cibayqYAyOUR+2H10X2uZh+rEIsU3OoFo12xi58muj7VvK7yafAlcNnH+29TC58DYPZpYuk2UD3MfGoJUJMEPqe+OyQtA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FOiIfQKy0LkgDx58ZDWrQM+ytIwtWZaaLshwPUDQOwoMAO8XIvImpRfJqBPDqtxlPCb4Mipu++1wmHRCMuAxk874RpBWCzB6uT1BVB7T2ciYILI/Kyrcq3/6JF4BiQxujDn3n+kbTCEqkiBplhuyN2VrIFi2MMrwtPSTACJ8EjFft+PQAXub7WqK4MRFl00veEEvrb0m4rzPsk/eJQ88d/4GHWozlLQ1yPmf0qpIE/7khCBLeseDJJNhDsOS6su+Uxgs+qLkdunzWhKkLLPQwT2CgBRS0lRPkSVvu3HrcUIk3/7elerBuv/0VDtkenynTcJ8W7KU5ov1aqmJ3Ac8sA==
  • Dkim-filter: OpenDKIM Filter v2.11.0 ndmsvnpf101.ndc.nasa.gov 4EB1840069C1

Hi,

 

I asked this a long time ago but I’ve never found the glue to make it work.  I have multi-homed servers each with one interface dedicated to throughput, trace, ping tests and another interface dedicated to owamp tests. Each interface has its own IPv4 address and FQDN. I define tests using several psconfig json templates which the psconfig-maddash-agent reads to generate my maddash dashboard.  Currently, psconfig-maddash-agent treats the “address” JSON object entries of the psconfig json templates as separate entities thus creating a single graph plot for throughput tests and a separate dual plot for latency/loss tests. 

 

I had hoped that in the “address” section of the psconfig json template, I could telegraph to psconfig-maddash-agent that I want to combine two separate “address” entries and their corresponding test graphs into a single plot by assigning the same hosts identifier in the “hosts” field inside each “address” entry.  For example:

 

  "addresses": {

    "enpl-ow2-1g.eos.nasa.gov": {

      "_meta": {

        "display-name": "enpl-ps2"

      },

      "address": "enpl-ow2-1g.eos.nasa.gov",

      "host": "enpl-ps2"

    },

    "enpl-pt2-10g.eos.nasa.gov": {

      "_meta": {

        "display-name": "enpl-ps2"

      },

      "address": "enpl-pt2-10g.eos.nasa.gov",

      "lead-bind-address": "enpl-pt2-10g.eos.nasa.gov",

      "host": "enpl-ps2"

    }

   }

...

  “hosts”: {

    "enpl-ps2": {

      "_meta": {

        "display-name": "enpl-ps2",

        "organization-display-name": "NASA GSFC"

      }

    }

  }

 

 

However, the “host” field was never the glue that I could use to combine throughput, latency, and loss graphs into a single plot on the dashboard.  I’ve not been able to find guidance within the perfsonar docs to make this happen. It’s not a show-stopper and I’m getting the data I need, but it is annoying.

 

Any help is appreciated.

 

Thanks,

George  

 

 

 

 




Archive powered by MHonArc 2.6.19.

Top of Page