-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31f2fb0
commit ee3953b
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
glideinWMSMonitor | ||
================= | ||
|
||
Monitoring scripts for glideinWMS pools. | ||
Monitoring scripts for glideinWMS pools in CMS. | ||
|
||
Include files are: | ||
|
||
* condor_functions.sh: General queries for schedd's and the collector. | ||
* dashboard_functions.sh: Queries the Dashboard for site usage and the SSB for site downtimes. | ||
* sitedb_functions.sh Queries the CMS site database for CPU pledges. | ||
|
||
Scripts: | ||
|
||
* condor_check: Assembles a page of interesting data about glideinWMS pool jobs. | ||
* condor_check.sh: Driver for condor_check. | ||
* condor_history_dump.sh: Dumps schedd ClassAds for recently run jobs and the current queue. | ||
* condor_history_analyze.sh: Analyzes the dump of the schedd ClassAds. |