Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2606 - branches/new-structure/trunk/geant2_java-rrd-ma/conf

Subject: perfsonar development work

List archive

perfsonar: r2606 - branches/new-structure/trunk/geant2_java-rrd-ma/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2606 - branches/new-structure/trunk/geant2_java-rrd-ma/conf
  • Date: Wed, 8 Aug 2007 09:21:02 -0400

Author: roman
Date: 2007-08-08 09:21:02 -0400 (Wed, 08 Aug 2007)
New Revision: 2606

Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/conf/rrd-database_TEST.xml
Log:

definitions of errors and discards namespaces added (in store element)




Modified:
branches/new-structure/trunk/geant2_java-rrd-ma/conf/rrd-database_TEST.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-rrd-ma/conf/rrd-database_TEST.xml
2007-08-08 13:16:00 UTC (rev 2605)
+++
branches/new-structure/trunk/geant2_java-rrd-ma/conf/rrd-database_TEST.xml
2007-08-08 13:21:02 UTC (rev 2606)
@@ -3,6 +3,8 @@
xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/";

xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/";

xmlns:netutil="http://ggf.org/ns/nmwg/characteristic/utilization/2.0/";
+
xmlns:errors="http://ggf.org/ns/nmwg/characteristic/errors/2.0/";
+
xmlns:discards="http://ggf.org/ns/nmwg/characteristic/discards/2.0/";
xmlns="http://ggf.org/ns/nmwg/base/2.0/";>


@@ -104,6 +106,8 @@
<nmwg:data id="data3" metadataIdRef="meta3">
<nmwg:key>
<nmwg:parameters>
+ <!-- __basepath__ string is replaced with the path of
perfsonar package -->
+ <!-- when Ant configuration script is run (ant configure)
-->
<nmwg:parameter
name="file">__BASEPATH__/samples/rrd/test.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">bytes</nmwg:parameter>
<nmwg:parameter name="valueUnits">Bps</nmwg:parameter>
@@ -141,6 +145,8 @@
<nmwg:data id="data4" metadataIdRef="meta4">
<nmwg:key>
<nmwg:parameters>
+ <!-- __basepath__ string is replaced with the path of
perfsonar package -->
+ <!-- when Ant configuration script is run (ant configure)
-->
<nmwg:parameter
name="file">__BASEPATH__/samples/rrd/test.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">bytes</nmwg:parameter>
<nmwg:parameter name="valueUnits">Bps</nmwg:parameter>



  • perfsonar: r2606 - branches/new-structure/trunk/geant2_java-rrd-ma/conf, svnlog, 08/08/2007

Archive powered by MHonArc 2.6.16.

Top of Page