463 |
|
|
464 |
ert = wq.estimate(bq,vo,debug=0) |
ert = wq.estimate(bq,vo,debug=0) |
465 |
print "GlueCEStateFreeJobSlots: " + repr(freeslots) |
print "GlueCEStateFreeJobSlots: " + repr(freeslots) |
466 |
print "GlueCEStateFreeCPUs: " + repr(nrun + nwait) # backw compat. |
print "GlueCEStateFreeCPUs: " + repr(freeslots) # backw compat. |
467 |
print "GlueCEStateRunningJobs: " + repr(nrun) |
print "GlueCEStateRunningJobs: " + repr(nrun) |
468 |
print "GlueCEStateWaitingJobs: " + repr(nwait) |
print "GlueCEStateWaitingJobs: " + repr(nwait) |
469 |
print "GlueCEStateTotalJobs: " + repr(nrun + nwait) |
print "GlueCEStateTotalJobs: " + repr(nrun + nwait) |