Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Re: Command Measurement Point (CMP)

Subject: perfsonar development work

List archive

Re: [pS-dev] Re: Command Measurement Point (CMP)


Chronological Thread 
  • From: Jason Zurawski <>
  • To: Sven Ubik <>
  • Cc:
  • Subject: Re: [pS-dev] Re: Command Measurement Point (CMP)
  • Date: Mon, 26 Mar 2007 10:53:01 -0400
  • Organization: Internet2

Sven;


Is there a schema file or instance files anywhere in svn for this? If there isn't, we would like to work with you to make one, the procedure for this is written up here:

https://svn.internet2.edu/svn/nmwg/trunk/nmwg/schema/README.txt



The difference is that CL-MP supports several monitoring tools, but the
request for each tools is specific for that tools (if I am wrong, correct me), such as for ping:

<nmwg:eventType>ping</nmwg:eventType>
<ping:parameters id="param1">
<nmwg:parameter name="count">10</nmwg:parameter>
<nmwg:parameter name="interval">1</nmwg:parameter>
<nmwg:parameter name="packetSize">64</nmwg:parameter>
<nmwg:parameter name="ttl">255</nmwg:parameter>
</ping:parameters>

whereas CMP does not know anything about any specific tool, it uses the same request format for any tool, such as for ping:

<nmwg:eventType>command</nmwg:eventType>
<nmwg:parameters id="param1">
<nmwg:parameter name="command">ping_rtt.sh</nmwg:parameter>
<nmwg:parameter name="argument">www.cesnet.cz</nmwg:parameter>
<nmwg:parameter name="argument">3</nmwg:parameter>
</nmwg:parameters>


I am a little concerned about this example, with having 2 parameter elements have the same 'name'. We have had a lot of trouble in the past with this approach when it comes to the actual code. Have you had any issues when implementing this?

-jason
begin:vcard
fn:Jason Zurawski
n:Zurawski;Jason
org:Internet2;Performance Architecture & Technologies
adr:Apt 14;;39 Winterhaven Drive;Newark;DE;19702;USA
email;internet:
title:Software Engineer
tel;work:1-(302)-230-1197
tel;fax:1-(302)-831-0556
tel;home:1-(302)-230-1197
tel;cell:1-(302)-230-1197
url:http://www.internet2.edu/~zurawski
version:2.1
end:vcard




Archive powered by MHonArc 2.6.16.

Top of Page