GSI-CS-CO / saftlib

GSI Timing Service
GNU Lesser General Public License v3.0
5 stars 6 forks source link

saft-ctl: output number of dropped signals under option -s #122

Closed miree closed 3 months ago

miree commented 3 months ago

This new function can be tested by starting a "saft-ctl tr0 snoop 0 0 0", then stopping that process with "Ctrl-Z", then waiting a while, then looking at the output of "saft-ctl tr0 -s". The number of dropped signals should increase for the ActionSink as well as the Condition of the stopped process. After continuing the stopped process with "fg", the dropped signals count should stay constant.