Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Useful commands from Ric for looking at the history of DAQ Prometheus data:. Note that daqStats shows raw counts, while daqPipes shows percentages and also highlight (in red) detectors that are backed up (full buffer). daqPipes is more useful for understanding where bottlenecks are. 

Code Block
daqStats -p 0 --inst tmo --start '2020-11-11 13:50:00'
daqPipes -p 0 --inst tmo --start '2020-11-11 13:50:00’

...