Beispiel #1
0
 def gatherArchivedDataStats(self, config):
     """
     gather archived data statistics
     """
     gatherWMDataMiningStats(config.wmstats_url, config.reqmgrdb_url, 
                                    config.wmdatamining_url, True, log = cherrypy.log)
     return
Beispiel #2
0
 def gatherActiveDataStats(self, config):
     """
     gather active data statistics
     """
     gatherWMDataMiningStats(config.wmstats_url, config.reqmgrdb_url, 
                                    config.wmdatamining_url, False, log = cherrypy.log)
     return
Beispiel #3
0
 def gatherArchivedDataStats(self, config):
     """
     gather archived data statistics
     """
     gatherWMDataMiningStats(wmstatsUrl=config.wmstats_url, reqmgrUrl=config.reqmgrdb_url,
                             wmMiningUrl=config.wmdatamining_url, mcmUrl=config.mcm_url,
                             mcmCert=config.mcm_cert, mcmKey=config.mcm_key, tmpDir=config.mcm_tmp_dir,
                             archived = True, log = self.logger)
     return
Beispiel #4
0
 def gatherActiveDataStats(self, config):
     """
     gather active data statistics
     """
     gatherWMDataMiningStats(wmstatsUrl=config.wmstats_url, reqmgrUrl=config.reqmgrdb_url,
                             wmMiningUrl=config.wmdatamining_url, mcmUrl=config.mcm_url,
                             mcmCert=config.mcm_cert, mcmKey=config.mcm_key, tmpDir=config.mcm_tmp_dir,
                             archived = False, log = cherrypy.log)
     return
Beispiel #5
0
 def gatherArchivedDataStats(self, config):
     """
     gather archived data statistics
     """
     gatherWMDataMiningStats(wmstatsUrl=config.wmstats_url,
                             reqmgrUrl=config.reqmgrdb_url,
                             wmMiningUrl=config.wmdatamining_url,
                             mcmUrl=config.mcm_url,
                             mcmCert=config.mcm_cert,
                             mcmKey=config.mcm_key,
                             tmpDir=config.mcm_tmp_dir,
                             archived=True,
                             log=self.logger)
     return
Beispiel #6
0
 def gatherActiveDataStats(self, config):
     """
     gather active data statistics
     """
     gatherWMDataMiningStats(wmstatsUrl=config.wmstats_url,
                             reqmgrUrl=config.reqmgrdb_url,
                             wmMiningUrl=config.wmdatamining_url,
                             mcmUrl=config.mcm_url,
                             mcmCert=config.mcm_cert,
                             mcmKey=config.mcm_key,
                             tmpDir=config.mcm_tmp_dir,
                             archived=False,
                             log=cherrypy.log)
     return