Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
$$ MODE TUSCRIPT
|
||||
joblog="mlijobs.txt",jobnrout=0
|
||||
log=FILE (joblog)
|
||||
DICT jobnrout CREATE
|
||||
LOOP l=log
|
||||
jobout=EXTRACT (l,":License :"|,": :")
|
||||
IF (jobout=="out") THEN
|
||||
time=EXTRACT (l,":@ :"|,": :"), jobnrout=jobnrout+1
|
||||
DICT jobnrout APPEND/QUIET jobnrout,num,cnt,time;" "
|
||||
ELSE
|
||||
jobnrout=jobnrout-1
|
||||
ENDIF
|
||||
ENDLOOP
|
||||
DICT jobnrout UNLOAD jobnrout,num,cnt,time
|
||||
DICT jobnrout SIZE maxlicout
|
||||
times=SELECT (time,#maxlicout)
|
||||
PRINT "The max. number of licences out is ", maxlicout
|
||||
PRINT "at these times: ", times
|
||||
Loading…
Add table
Add a link
Reference in a new issue