|
|
Experimental Physics and
| ||||||||||||||||
|
|
Hi all,
For some background on the lost events issue.
Each PV has a buffer of events, the size of this buffer is determined by the formula
BUFFER_CAP_ADJUSTMENT*WRITE_PERIOD/SAMPLING_PERIOD
(This is documented a bit at
https://epicsarchiver.readthedocs.io/en/latest/faq.html)
The size of the buffer is then in the metadata for the pv on the pvdetails page under:
Sample buffer capacity.
The buffer is then emptied every WRITE_PERIOD to the STS, this can take some time. You can check the metrics page and check the
Engine write thread(s)
it should be well below WRITE_PERIOD. What can affect it is:
You can then lose events for the metric "How many events lost because the sample buffer is full so far?” If
From your description it sounds like you overloaded the writing to the storage by consolidating all the data to the LTS and so the Engine write thread went larger than the WRITE_PERIOD.
Solutions I can think of are:
Hope that helps
Sky
| ||||||||||||||||
| ANJ, 19 Mar 2026 |
·
Home
·
News
·
About
·
Talk
·
Base
·
Modules
·
Extensions
·
· Distributions · Download · Documents · Links · Licensing · |