umich.cac.pbs
Class ExecutionRecord

java.lang.Object
  extended byumich.cac.pbs.ExecutionRecord
All Implemented Interfaces:
PbsRecordParser

public class ExecutionRecord
extends java.lang.Object
implements PbsRecordParser

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:14
 
The corresponding XML is returned inside of <execution_record> tags.

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/doc/javadoc/umich/cac/pbs/ExecutionRecord.html,v 1.6 2003/10/21 20:33:47 rodmach Exp $
Author:
rmach@umich.edu

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

ExecutionRecord

public ExecutionRecord()
Method Detail

processRecord

public java.lang.String processRecord(java.lang.String[] rawfields)
Return the XML representation of an E record, inside <execution_record> tags.

Specified by:
processRecord in interface PbsRecordParser
Parameters:
rawfields - Array from PBS containing the execution record (E record)
Returns:
The execution record converted to XML