-
Notifications
You must be signed in to change notification settings - Fork 107
AgentStatusWatcher
ticoann edited this page May 3, 2018
·
1 revision
AgentStatusWatch has following funtionalities
- Retrieves Agents status (Component/Thread errors, disk usage, proxy expiration) and report to WMStats)
- Collect overview of total jobs status in Agent and report to WMStats
- Monitor site status and threshold from SSB and update resource control data in WMBS accordingly. (considering how many agent is in active status)
- Control the draining procedure and monitor drain conditions and update to ReqMgrAux db.
There are 3 threads handling above functions.
- AgentStatusPoller #1, #2
- ResourceControlUpdater #3
- DrainStatusPoller #4