Monitor ROS requests in TrigCostAnalysis
For each data request MonitorROS
creates a counter that will process ROS request. To resolve which ROS corresponds to which ROBs (data request consists only of a list of ROB ids) a map was added (ROSToROB.py
). The information was retrieved via script ros2rob_from_partition.py
.
If ROS request serves >= 1 ROBs the CounterROS
is created and data is saved for all ROBs that are in current request (data.rosCollection()
) and correspond to the current counter ROS (data.rosToRobMap().at(rosName)
).
Data request information is saved to histograms:
- Request_perEvent - number of ROB requests per event
- NetworkRequest_perEvent - number of ROB requests per event fetched over the network
- CachedROBSize_perEvent - size of cached ROB requests
- NetworkROBSize_perEvent - size of ROB requests fetched over the network
- ROSTime_perCall - elapsed time of processing request
- ROBStatus_perCall - history of ROB request, the last bin is if ROB header is ok
Example histograms for ROS ROS-SCT-B-00
:


Merge request reports
Activity
added Trigger TriggerEDM master review-pending-level-1 labels
- Resolved by Tim Martin
- Resolved by Rafal Bielski
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
- Resolved by Tim Martin
CI Result SUCCESS (hash 306e4bb3)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 23959]added 2 commits
- Resolved by Tim Martin
added 29 commits
-
7b510251...56e7cc5c - 23 commits from branch
atlas:master
- c57529de - Merge branch 'master' into ros2rob-file
- 625e6b02 - Use uint for stroing ROB id
- 6488ed9c - Update newEvent paramenter
- 74894112 - Add flag to fill network request hist
- de018e7a - Cache robId to ros to reduce loop size
- 5f7de920 - Fix hist name
Toggle commit list-
7b510251...56e7cc5c - 23 commits from branch
- Resolved by Tim Martin