Skip to Content.
Sympa Menu

perfsonar-dev - nmwg: r379 - trunk/nmwg/schema/rnc

Subject: perfsonar development work

List archive

nmwg: r379 - trunk/nmwg/schema/rnc


Chronological Thread 
  • From:
  • To: ,
  • Subject: nmwg: r379 - trunk/nmwg/schema/rnc
  • Date: Fri, 6 Feb 2009 07:59:48 -0500

Author: zurawski
Date: 2009-02-06 07:59:48 -0500 (Fri, 06 Feb 2009)
New Revision: 379

Modified:
trunk/nmwg/schema/rnc/iperf.rnc
Log:
Adding some forgotten elements to the iperf schema:

- Jitter - this is present for UDP tests
- Througput - a more descriptive name than 'value', especially since
there may be many 'values' returned by an iperf test. Value will remain
for now until the next time the develpoers can talk about removing it,
or as a service specific use case.

-jason



Modified: trunk/nmwg/schema/rnc/iperf.rnc
===================================================================
--- trunk/nmwg/schema/rnc/iperf.rnc 2009-02-02 17:25:37 UTC (rev 378)
+++ trunk/nmwg/schema/rnc/iperf.rnc 2009-02-06 12:59:48 UTC (rev 379)
@@ -292,6 +292,8 @@
element iperf:datum {
attribute value { xsd:float } &
attribute valueUnits { xsd:string }? &
+ attribute throughput { xsd:string }? &
+ attribute jitter { xsd:string }? &
attribute numBytes { xsd:int }? &
attribute numBytesUnits { xsd:string }? &
attribute interval { xsd:string }? &



  • nmwg: r379 - trunk/nmwg/schema/rnc, svnlog, 02/06/2009

Archive powered by MHonArc 2.6.16.

Top of Page