Streaming: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
Created page with "VTP library checkout: cd $CODA/src/ git"
 
Boiarino (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Streaming data format'''
Raw data from VTP: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio4_format.png png]
Aggregated data: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio6_format.png png]
'''git ???'''
VTP library checkout:
VTP library checkout:


cd $CODA/src/
cd $CODA/src/
git
git
Ben about 'no hits' debugging:
The vtpStats() function (I think that's what it's called) that shows MIG Writes and Read is a good indicator it's building hits - so that'll be a good thing to check if you aren't seeing hits in data to see if that shows anything (we can estimate the event builder hit rate on the VTP based on the number of MIG writes & reads per second). Let me know if you'd like me to try in debug something (particularly if you have it in a weird state: if you can leave it in that state I can try to login to check).

Latest revision as of 16:09, 27 January 2026

Streaming data format

Raw data from VTP: png

Aggregated data: png


git ???

VTP library checkout:

cd $CODA/src/ git

Ben about 'no hits' debugging:

The vtpStats() function (I think that's what it's called) that shows MIG Writes and Read is a good indicator it's building hits - so that'll be a good thing to check if you aren't seeing hits in data to see if that shows anything (we can estimate the event builder hit rate on the VTP based on the number of MIG writes & reads per second). Let me know if you'd like me to try in debug something (particularly if you have it in a weird state: if you can leave it in that state I can try to login to check).