Changes between Version 12 and Version 13 of IMF-GEC10-QSR


Ignore:
Timestamp:
05/10/11 18:39:09 (13 years ago)
Author:
Rudra Dutta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMF-GEC10-QSR

    v12 v13  
    5151== Activities and Findings ==
    5252
    53 [[Image(GEC10_setup_on_arch.png, 50%)]] [[BR]][[BR]][[BR]]
     53[[Image(GEC10_setup_on_arch.png)]] [[BR]][[BR]][[BR]]
     54
     55The Java subscriber to the XMPP pub-sub service is not packaged in this release; the previously supplied code can, without change, be used (as part of a SILO service or standalone, as before), to extract the measurement data stored in the XMPP server.  The difference in this version is in how the IMF Pub-Sub Module acquires that data - it can now use a perfSONAR query to access the Measurement Handler (the IMF PSM can continue to reach the MH using an XML-RPC query as before as another alternative). 
    5456
    5557== Project Participants ==
     
    7981= Code Release =
    8082
    81 == Documentation and Release Notes ==
     83== Code Snapshot ==
    8284
    8385The GEC10 version of the IMF system can be built from source in the following tarballs:
    8486
    8587 * [attachment:mh.tar.gz Measurement Handler]
    86  * [attachment:pubsub_for_perfsonar.tar.gz PubSub for PerfSONAR]
    87  * [attachment:perfsonar_imf_realtime.tar.gz PerfSONAR IMF Realtime service]
     88 * [attachment:pubsub_for_perfsonar.tar.gz PubSub for perfSONAR]
     89 * [attachment:perfsonar_imf_realtime.tar.gz perfSONAR IMF Realtime service]
    8890
    89 ...
     91== Documentation and Release Notes ==
     92
     93The diagram above (in "Activities/Findings" section) shows where these tarballs fit in.  The pubsub_for_perfsonar.tar.gz file (PubSub for perfSONAR) replaces the imf.tar.gz file of previous releases: the internal file heirarchy is the same, but the top-level name is different: "imf_pfsr" instead of "imf"; this is a kluge that will be fixed in the next release.  As a consequence, this version of the code can '''''only''''' use pS query to reach the MH, the previous XML-RPC option is not available in this cut (the MH is still capable of it).
     94
     95The following developer's notes provide more detail which should be helpful in using this code.  This file is also included as "doc/README.imf" in the perfsonar_imf_realtime.tar.gz tarball.  In addition, the following diagram of the code organization may be helpful.
     96
     97 * [attachment:release_notes.txt Developer Release Notes]
    9098
    9199[[Image(PubSub_PerfSONAR_Source_Code_Folder_Structure.png, 50%)]] [[BR]][[BR]][[BR]]
    92100
    93 
    94 == Code Snapshot ==
    95 
    96 ...