Streaming: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
Boiarino (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Streaming data format ==
'''Streaming data format'''


Raw data from VTP: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio4_format.png png]
Raw data from VTP: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio4_format.png png]
Line 5: Line 5:
Aggregated data: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio6_format.png png]
Aggregated data: [https://clonwiki0.jlab.org/wiki/clondocs/Docs/streaming_evio6_format.png png]


== git ==
 
'''git ???'''


VTP library checkout:
VTP library checkout:
Line 11: Line 12:
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 10:39, 29 July 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).