Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

gwmsmon dependency

Sharad Agarwal edited this page Apr 3, 2020 · 14 revisions
  1. https://cms-gwmsmon.cern.ch/poolview/json/totals

site name, OS, SINGULARITY, MaxCpus, MaxMemMB

  1. https://cms-gwmsmon.cern.ch/poolview/json/summary

Name, TotalRunningJobs, TotalRunningCpus, MaxJobsRunning, TotalIdleJobs, TotalIdleCpus, Status

  1. http://cmsgwms-frontend-global.cern.ch/vofrontend/stage/mcore_siteinfo.json

has only site names that are used

  1. https://cms-gwmsmon.cern.ch/prodview//json/site_summary

CpusInUse, CpusPending

  1. http://cms-gwmsmon.cern.ch/totalview//json/site_summary

not used anymore

  1. http://cms-gwmsmon.cern.ch/prodview//json/maxusedcpus

sixdays of every site

we also use , http://cms-gwmsmon.cern.ch/prodview/json/%s/summary for a lot of requests from the system. The function(def getGlideMon) is here - https://github.com/CMSCompOps/WmAgentScripts/blob/master/utils.py#L7145 which is being used by the equalizor module. https://github.com/CMSCompOps/WmAgentScripts/blob/master/Unified/equalizor.py

Clone this wiki locally