perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r701 - in trunk: lib/NMWG/schema/2.0 tools/perfSONAR-client
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r701 - in trunk: lib/NMWG/schema/2.0 tools/perfSONAR-client
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r701 - in trunk: lib/NMWG/schema/2.0 tools/perfSONAR-client
- Date: Wed, 13 Apr 2011 12:17:49 +0100
Author: dfn.calim
Date: 2011-04-13 12:17:49 +0100 (Wed, 13 Apr 2011)
New Revision: 701
Added:
trunk/tools/perfSONAR-client/owamp-summary-req-01.xml
Modified:
trunk/lib/NMWG/schema/2.0/owamp.rnc
trunk/tools/perfSONAR-client/owamp-raw-req-01.xml
trunk/tools/perfSONAR-client/owamp-raw-req-more-01.xml
Log:
add new OWAMP examples
Modified: trunk/lib/NMWG/schema/2.0/owamp.rnc
===================================================================
--- trunk/lib/NMWG/schema/2.0/owamp.rnc 2011-04-13 11:15:13 UTC (rev 700)
+++ trunk/lib/NMWG/schema/2.0/owamp.rnc 2011-04-13 11:17:49 UTC (rev 701)
@@ -60,9 +60,11 @@
OwampParameter+
}
+#For dtails look the owping options on:
+#
OwampParameter =
element nmwg:parameter {
- attribute name { "count" | "timeout" | "size"
+ attribute name { "count" | "timeout" | "size" |
"units" | "send_schedule" |
"percentile" | "one-way" | "DSCP" |
"PHB" | "enddelay" | "startdelay" |
@@ -97,13 +99,30 @@
OwampDatum =
element owamp:datum {
- attribute time { xsd:int } &
- attribute min_owd { xsd:float } &
- attribute med_owd { xsd:float } &
- attribute max_owd { xsd:float } &
- attribute min_ipdv { xsd:float } &
- attribute med_ipdv { xsd:float } &
- attribute max_ipdv { xsd:float } &
+ attribute sequenceNumber { xsd:int } &
+ attribute packetTTL { xsd:int } &
+ attribute send_time { xsd:int } &
+ attribute sender_sync { xsd:int } &
+ attribute sender_error { xsd:float } &
+ attribute receive_time { xsd:int } &
+ attribute receiver_sync { xsd:int } &
+ attribute receiver_error { xsd:float } &
+
+ attribute sender { xsd:string } &
+ attribute receiver { xsd:string } &
+ attribute sent { xsd:int } &
attribute loss { xsd:int } &
- attribute duplicate_packets { xsd:int } &
+ attribute lost_percent { xsd:int } &
+ attribute duplicates { xsd:int } &
+ attribute min_delay { xsd:int } &
+ attribute med_delay { xsd:int } &
+ attribute max_delay { xsd:int } &
+ attribute delay_units { xsd:string } &
+ attribute error { xsd:int } &
+ attribute error_units { xsd:string } &
+ attribute jitter { xsd:int } &
+ attribute jitter_units { xsd:string } &
+ attribute hops { xsd:int } &
+
+
}
Modified: trunk/tools/perfSONAR-client/owamp-raw-req-01.xml
===================================================================
--- trunk/tools/perfSONAR-client/owamp-raw-req-01.xml 2011-04-13 11:15:13
UTC (rev 700)
+++ trunk/tools/perfSONAR-client/owamp-raw-req-01.xml 2011-04-13 11:17:49
UTC (rev 701)
@@ -13,8 +13,8 @@
<nmwg:metadata id="meta1">
<perfsonar:subject id="subj1">
<nmwgt:endPointPair>
- <nmwgt:src type="ipv4" value="131.188.81.34"/>
- <nmwgt:dst type="ipv4" value="131.188.81.178"/>
+ <nmwgt:src type="ipv4" value="131.188.81.234"/> <!-- The host
where is OWAMP M -->
+ <nmwgt:dst type="ipv4" value="198.124.252.101"/> <!--
destination host -->
</nmwgt:endPointPair>
</perfsonar:subject>
Modified: trunk/tools/perfSONAR-client/owamp-raw-req-more-01.xml
===================================================================
--- trunk/tools/perfSONAR-client/owamp-raw-req-more-01.xml 2011-04-13
11:15:13 UTC (rev 700)
+++ trunk/tools/perfSONAR-client/owamp-raw-req-more-01.xml 2011-04-13
11:17:49 UTC (rev 701)
@@ -21,6 +21,7 @@
<nmwg:eventType>http://ggf.org/ns/nmwg/tools/owamp/2.0</nmwg:eventType>
<nmwg:parameters id="param1">
+ <nmwg:parameter name="output" value="summary"/>
<nmwg:parameter name="count" value="20"/>
</nmwg:parameters>
</nmwg:metadata>
Copied: trunk/tools/perfSONAR-client/owamp-summary-req-01.xml (from rev 688,
trunk/tools/perfSONAR-client/owamp-raw-req-01.xml)
===================================================================
--- trunk/tools/perfSONAR-client/owamp-summary-req-01.xml
(rev 0)
+++ trunk/tools/perfSONAR-client/owamp-summary-req-01.xml 2011-04-13
11:17:49 UTC (rev 701)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<nmwg:message type="SetupDataRequest"
+ id="datarq2-1"
+ xmlns="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
+
xmlns:perfsonar="http://ggf.org/ns/nmwg/tools/org/perfsonar/1.0/"
+ xmlns:nmwg="http://ggf.org/ns/nmwg/base/2.0/"
+ xmlns:owamp="http://ggf.org/ns/nmwg/tools/owamp/2.0/"
+ xmlns:nmtm="http://ggf.org/ns/nmwg/time/2.0/"
+ xmlns:select="http://ggf.org/ns/nmwg/ops/select/2.0/"
+ xmlns:nmwgt="http://ggf.org/ns/nmwg/topology/2.0/">
+
+ <nmwg:metadata id="meta1">
+ <perfsonar:subject id="subj1">
+ <nmwgt:endPointPair>
+ <nmwgt:src type="ipv4" value="131.188.81.234"/> <!-- The host
where is OWAMP M -->
+ <nmwgt:dst type="ipv4" value="198.124.252.101"/> <!--
destination host -->
+ </nmwgt:endPointPair>
+ </perfsonar:subject>
+
+ <nmwg:eventType>http://ggf.org/ns/nmwg/tools/owamp/2.0</nmwg:eventType>
+ <nmwg:parameters id="param1">
+ <nmwg:parameter name="count" value="10"/>
+ <nmwg:parameter name="size" value="10"/>
+ <nmwg:parameter name="output" value="summary"/>
+ </nmwg:parameters>
+ </nmwg:metadata>
+
+ <!-- triggers to indicate head of chains -->
+ <nmwg:data id="1" metadataIdRef="meta1"/>
+
+</nmwg:message>
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r701 - in trunk: lib/NMWG/schema/2.0 tools/perfSONAR-client, svn-noreply, 04/13/2011
Archive powered by MHonArc 2.6.16.