Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
    • Jonathan Hanks's avatar
      Adding more epics diagnostics to the daqd · 452f191b
      Jonathan Hanks authored
      PRDCR_UNIQUE_DCU_REPORTED_PER_S -> the number of dcus that reported at least once in the last second
      PRDCR_TOTAL_DCU_REPORTED_PER_S -> the count of dcus that reported in the last second.  In good conditions this should be 16*PRDCR_UNIQUE_DCU_REPORTED_PER_S
      
      PRDCR_TOTAL_DATA_RATE_KB_PER_S -> the total data rate over the last second in kb (excludes < 1kb of headers a second)
      PRDCR_TP_DATA_RATE_KB_PER_S -> the data rate of test point data over the last second in kb
      PRDCR_MODEL_DATA_RATE_KB_PER_S -> the data rate of the regular model data over the last second in kb
      
      PRDCR_OPEN_TP_COUNT -> the count of test points opened sampled once per second
      452f191b
  2. Jun 24, 2020
  3. Jun 23, 2020
  4. Jun 22, 2020
  5. Jun 19, 2020
  6. Jun 18, 2020
  7. Jun 17, 2020
  8. Jun 16, 2020
  9. Jun 15, 2020
    • Jonathan Hanks's avatar
      Cleanup and condense broadcast logic so that gds broadcasts can work. · 0f6d6d34
      Jonathan Hanks authored
      Historically, there have been two main types of broadcasts in daqd, the DC data stream (the 10Gb udp broadcast) and the GDS frame transfer.  When DATA_CONCENTRATOR was defined only the DC data stream is used.  This mode has been removed from the daq architecture.  So the only remaining broadcast mode should be the GDS frame transfer.
      
      The big difference between the two broadcast methods is the data source.  For the DC stream the source is the main circular buffer.  For the GDS the data source is a frame file that the framer_io function mmaps and pushes as a block of memory.
      
      There were several modes of operation for the daqd, and DATA_CONCENTRATOR was picked when collapsing the daqd down to one binary.  So remove support for the DC data stream.
       * Removes support for broadcasting testpoints
       * Removes the udp broadcast logic for the DC stream
       * Removes a number of #if DATA_CONCENTOR macro guards
       * Removes a number of #if GDS_TESTPOINT macro guards
      
       The final flow of the broadcast data is now as follows:
      
       the parser sees the request for the net-writer with a broadcast address.
       This triggers a net writer to be created, a producer thread to start, a circular buffer to be created.  The producer copies data from the main circular buffer and unlocks the main circular buffer it puts into the new circular buffer with a nowait put operation (which is allowed to fail).  Nothing has ever emptied this, so a consumer thread is not launched (it didn't do anything anyways).
      0f6d6d34
    • Jonathan Hanks's avatar
      8e4a5aa1
  10. Jun 12, 2020
  11. Jun 10, 2020
  12. Jun 09, 2020
    • Rolf Bork's avatar
      Changes to RCG to allow real-time code to ride out Dolphin network · 3be4015e
      Rolf Bork authored
      hangups for up to 61msec.
      3be4015e
    • Erik von Reis's avatar
      Modify the behavior of agtpman with regard to target directories and model rates as follows: · 4a439fc4
      Erik von Reis authored and Jameson Rollins's avatar Jameson Rollins committed
      awgtpman now prefers to use the TARGET environment variable for the target directory.
      If not present, /opt/rtcds/<site>/<ifo> will be used.
      If neither TARGET nor SITE and IFO are set, awgtpman will refuse to load
      and print a helpful error.
      
      awgtpman will look in $TARGET/target/gds/param for the parameter files
      to get the model rate.
      awgtpman will now fail with a helpful error when the model rate cannot be found.
      If the '-r' option is set, then awgtpman will uses exclusively the command line arguments to
      determine model rate and won't check the param files.
      awgtpman will ignore command line arguments for setting the model rate unless '-r' is given.
      4a439fc4
  13. Jun 05, 2020
  14. Jun 04, 2020
  15. May 29, 2020
  16. May 27, 2020
  17. May 19, 2020
  18. May 15, 2020
Loading