Feature #15654
closed[VAPOR] - Resources summary documentation
100%
Description
All data are coming from queries to the Top Bdii .
The queries are based on Glue2 format on different filters .
For each storage endpoints, the retrieved information are : GLUE2StorageShareCapacityFreeSize, GLUE2StorageShareCapacityTotalSize ,GLUE2StorageShareCapacityUsedSize
Then it is sumed per site / Ngi
1) For the Service Store Online
We use such queries :
ldapsearch -x -LLL -H ldap://egee-bdii.cnaf.infn.it:2170 -b "GLUE2DomainId=RRC-KI-T1,GLUE2GroupID=grid,o=glue" "objectClass=GLUE2StorageShareCapacity"
2) For the jobs :
We use such queries :
ldapsearch -x -LLL -H ldap://egee-bdii.cnaf.infn.it:2170 -b "GLUE2DomainId=RRC-KI-T1,GLUE2GroupID=grid,o=glue" "objectClass=GLUE2ComputingShare"
We retrieve for each computing endpoint : GLUE2ComputingShareWaitingJobs, GLUE2ComputingShareRunningJobs, GLUE2ComputingShareTotalJobs
Then we sum it per site / Ngi.
No data to display