Package Ganga :: Package Lib :: Package MonitoringServices :: Package Dashboard :: Module LCGAthenaUtil
[hide private]
[frames] | no frames]

Module LCGAthenaUtil

source code

LCG Athena meta-data utilities.

N.B. This code is under development and should not generally be used or relied upon.

Functions [hide private]
 
cl_application(job)
Build application.
source code
 
cl_application_version(job)
Build application_version.
source code
 
cl_input_dataset(job)
Build input_dataset.
source code
 
cl_jstoolui()
Build jstoolui.
source code
 
cl_nevents_requested(job)
Build nevents_requested.
source code
 
cl_output_dataset(job)
Build output_dataset.
source code
 
cl_output_se(job)
Build output_se.
source code
 
cl_target(job)
Build target.
source code
 
cl_task_type(config)
Build task_type.
source code
 
wn_load_athena_stats()
Load Athena stats.
source code
Variables [hide private]
  __package__ = 'Ganga.Lib.MonitoringServices.Dashboard'
Function Details [hide private]

cl_application(job)

source code 

Build application. Only run on client.

cl_application_version(job)

source code 

Build application_version. Only run on client.

cl_input_dataset(job)

source code 

Build input_dataset. Only run on client.

cl_jstoolui()

source code 

Build jstoolui. Only run on client.

cl_nevents_requested(job)

source code 

Build nevents_requested. Only run on client.

cl_output_dataset(job)

source code 

Build output_dataset. Only run on client.

cl_output_se(job)

source code 

Build output_se. Only run on client.

cl_target(job)

source code 

Build target. Only run on client.

cl_task_type(config)

source code 

Build task_type. Only run on client.

wn_load_athena_stats()

source code 

Load Athena stats. Only run on worker node.

If the Athena stats.pickle file cannot be read then an empty dictionary is returned.