CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
mps_check Namespace Reference

Variables

tuple array = line.split()
 
int batchExited = 0
 
int batchSuccess = 0
 
int cfgerr = 0
 
int cmdNotFound = 0
 
tuple columns = line.split()
 
string command = eos+' ls -l '
 
float cpuFactor = 2.125
 
int cputime = -1
 
string disabled = ""
 
string eazeLog = 'jobData/'
 
int emptyDatErr = 0
 
int emptyDatOnFarm = 0
 
int endofjob = 0
 
int eofile = 1
 
string eos = '/afs/cern.ch/project/eos/installation/cms/bin/eos.select'
 
tuple eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)
 
int exceptionCaught = 0
 
string farmhost = ' '
 
int finished = 0
 
int fw8001 = 0
 
tuple INFILE = open(eazeLog,'r')
 
int insuffPriv = 0
 
int ioprob = 0
 
int killed = 0
 
tuple lib = mpslib.jobdatabase()
 
string logZipped = 'no'
 
tuple match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line)
 
tuple mem = match.group(1)
 
tuple memoryratio = usedPedeMem/(lib.pedeMem/1024.)
 
string milleOut = 'milleBinary%03d.dat'
 
int mOutSize = 0
 
int nEvent = 0
 
string okStatus = 'OK'
 
int pedeAbend = 0
 
int pedeLogErr = 0
 
string pedeLogErrStr = ""
 
int pedeLogWrn = 0
 
string pedeLogWrnStr = ""
 
int quota = 0
 
int quotaspace = 0
 
string remark = ""
 
int rfioerr = 0
 
int segviol = 0
 
tuple STDFILE = open(stdOut,'r')
 
string stdOut = 'jobData/'
 
int timel = 0
 
int timeout = 0
 
int tooManyTracks = 0
 
int usedPedeMem = 0
 

Variable Documentation

tuple mps_check.array = line.split()
int mps_check.batchExited = 0

Definition at line 33 of file mps_check.py.

int mps_check.batchSuccess = 0

Definition at line 32 of file mps_check.py.

int mps_check.cfgerr = 0

Definition at line 52 of file mps_check.py.

int mps_check.cmdNotFound = 0

Definition at line 55 of file mps_check.py.

tuple mps_check.columns = line.split()
string mps_check.command = eos+' ls -l '
float mps_check.cpuFactor = 2.125

Definition at line 108 of file mps_check.py.

tuple mps_check.cputime = -1

Definition at line 46 of file mps_check.py.

string mps_check.disabled = ""

Definition at line 63 of file mps_check.py.

string mps_check.eazeLog = 'jobData/'

Definition at line 117 of file mps_check.py.

int mps_check.emptyDatErr = 0

Definition at line 53 of file mps_check.py.

int mps_check.emptyDatOnFarm = 0

Definition at line 54 of file mps_check.py.

int mps_check.endofjob = 0

Definition at line 35 of file mps_check.py.

int mps_check.eofile = 1

Definition at line 36 of file mps_check.py.

string mps_check.eos = '/afs/cern.ch/project/eos/installation/cms/bin/eos.select'

Definition at line 25 of file mps_check.py.

tuple mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)

Definition at line 27 of file mps_check.py.

int mps_check.exceptionCaught = 0

Definition at line 50 of file mps_check.py.

string mps_check.farmhost = ' '

Definition at line 323 of file mps_check.py.

int mps_check.finished = 0
int mps_check.fw8001 = 0

Definition at line 40 of file mps_check.py.

tuple mps_check.INFILE = open(eazeLog,'r')

Definition at line 120 of file mps_check.py.

int mps_check.insuffPriv = 0

Definition at line 56 of file mps_check.py.

int mps_check.ioprob = 0

Definition at line 39 of file mps_check.py.

int mps_check.killed = 0

Definition at line 38 of file mps_check.py.

tuple mps_check.lib = mpslib.jobdatabase()
string mps_check.logZipped = 'no'

Definition at line 144 of file mps_check.py.

tuple mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line)

Definition at line 106 of file mps_check.py.

tuple mps_check.mem = match.group(1)

Definition at line 237 of file mps_check.py.

tuple mps_check.memoryratio = usedPedeMem/(lib.pedeMem/1024.)

Definition at line 248 of file mps_check.py.

string mps_check.milleOut = 'milleBinary%03d.dat'

Definition at line 202 of file mps_check.py.

list mps_check.mOutSize = 0

Definition at line 207 of file mps_check.py.

tuple mps_check.nEvent = 0

Definition at line 45 of file mps_check.py.

string mps_check.okStatus = 'OK'

Definition at line 325 of file mps_check.py.

int mps_check.pedeAbend = 0

Definition at line 47 of file mps_check.py.

int mps_check.pedeLogErr = 0

Definition at line 48 of file mps_check.py.

string mps_check.pedeLogErrStr = ""

Definition at line 59 of file mps_check.py.

int mps_check.pedeLogWrn = 0

Definition at line 49 of file mps_check.py.

string mps_check.pedeLogWrnStr = ""

Definition at line 60 of file mps_check.py.

int mps_check.quota = 0

Definition at line 44 of file mps_check.py.

int mps_check.quotaspace = 0

Definition at line 57 of file mps_check.py.

string mps_check.remark = ""

Definition at line 61 of file mps_check.py.

int mps_check.rfioerr = 0

Definition at line 43 of file mps_check.py.

int mps_check.segviol = 0

Definition at line 42 of file mps_check.py.

tuple mps_check.STDFILE = open(stdOut,'r')

Definition at line 75 of file mps_check.py.

string mps_check.stdOut = 'jobData/'

Definition at line 70 of file mps_check.py.

int mps_check.timel = 0

Definition at line 37 of file mps_check.py.

int mps_check.timeout = 0

Definition at line 51 of file mps_check.py.

Referenced by StormLcgGtStorageMaker.getTURL(), and DTCtcp.WaitData().

int mps_check.tooManyTracks = 0

Definition at line 41 of file mps_check.py.

tuple mps_check.usedPedeMem = 0

Definition at line 229 of file mps_check.py.