| Trees | Indices | Help |
|---|
|
|
Common function which provide information about the Condor batch system. This module interacts with condor through the following commands: * condor_q * condor_status It takes advantage of the XML format of the ClassAds in order to make parsing easier.
|
|||
|
ClassAdParser Streaming SAX handler for the output of condor_* -xml calls; it's around 60 times faster and has a similar reduction in required memory. |
|||
|
|||
|
|||
|
|||
| string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
condor_version =
|
|||
condor_group =
|
|||
condor_quota =
|
|||
condor_prio =
|
|||
condor_status =
|
|||
condor_status_submitter =
|
|||
condor_job_status =
|
|||
log = getLogger("GIP.Condor")
|
|||
_results_cache =
|
|||
_nodes_cache =
|
|||
|
|||
Parse XML from Condor. Create a SAX parser with the content handler handler, then parse the contents of fp with it.
|
Execute a command in the shell. Returns a file-like object containing the stdout of the command Use this function instead of executing directly (os.popen); this will allow you to hook your providers into the testing framework.
|
Get information from the LRMS (batch system). Returns the version of the condor client on your system.
|
Get the group info from condor The return value is a dictionary; the key is the vo name, the values are another dictionary of the form {'quota': integer, 'prio': integer}
|
Returns a list of all the queue names that are supported.
|
The "alternate" way of building the jobs info; this allows for sites to filter jobs based upon an arbitrary condor_q constraint. This is not the default as large sites can have particularly bad performance for condor_q. |
Retrieve information about the jobs in the Condor system. Query condor about the submitter status. The returned job information is a dictionary whose keys are the VO name of the submitting user and values the aggregate information about that VO's activities. The information is another dictionary showing the running, idle, held, and max_running jobs for that VO.
|
Parse the condor nodes.
|
|
|||
condor_status
|
condor_job_status
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Jan 7 13:01:11 2009 | http://epydoc.sourceforge.net |