|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.pbs.ExecutionRecord
Process the execution record, "E" record in PBS.
12/17/2002 10:15:56;E;14862.head;user=ux453679 group=sua248 jobname=maxwell queue=npaci ctime=1039706853 qtime=1039706853 etime=1039706853 start=1040055762 exec_host=node037/0+node036/0 Resource_List.neednodes=node037+node036 Resource_List.nodect=2 Resource_List.nodes=2 Resource_List.walltime=90:00:00 session=7685 end=1040138156 Exit_status=0 resources_used.cput=00:00:00 resources_used.mem=6648kb resources_used.vmem=15848kb resources_used.walltime=22:53:14The corresponding XML is returned inside of <execution_record> tags.
Constructor Summary | |
ExecutionRecord()
|
Method Summary | |
java.lang.String |
processRecord(java.lang.String[] rawfields)
Return the XML representation of an E record, inside <execution_record> tags. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExecutionRecord()
Method Detail |
public java.lang.String processRecord(java.lang.String[] rawfields)
processRecord
in interface PbsRecordParser
rawfields
- Array from PBS containing the execution record (E record)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |