umich.cac.pbs
Class BRecord

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

public class BRecord
extends java.lang.Object
implements PbsRecordParser

Process the B record, "B" record in PBSPro.

Still need to find the purpose of this record

This option is specific to PBSPro, on linux An example from PBS accounting file is below

  10:00:00;B;R1570.hypnos;owner=msbritt@hypnos queue=R1570 ctime=1049144464 start=1049468400 end=1049724000 duration=255600 nodes=node075m/0+node074m/0+node072m/0+node071m/0+node070m/0+node069m/0+node067m/0+node065m/0+node063m/0+node062m/0+node060m/0+node059m/0+node058m/0+node057m/0+node056m/0+node055m/0+node054m/0+node053m/0+node052m/0+node051m/0+node050m/0+node049m/0+node048m/0+node047m/0+node046m/0+node045m/0+node044m/0+node043m/0+node042m/0+node041m/0+node040m/0+node039m/0+node038m/0+node037m/0+node036m/0+node035m/0+node034m/0+node033m/0+node032m/0+node031m/0+node030m/0+node029m/0+node027m/0+node026m/0+node025m/0+node024m/0+node023m/0+node022m/0+node021m/0+node020m/0+node019m/0+node017m/0+node016m/0+node015m/0+node014m/0+node013m/0+node010m/0+node009m/0+node008m/0+node007m/0+node005m/0+node004m/0+node003m/0+node002m/0+node001m/0 Authorized_Users=msbritt@hypnos Resource_List.ncpu! s=65 Resource_List.neednodes=65 Resource_List.nodect=65 Resource_List.nodes=65 Resource_List.walltime=71:00:00 
 

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

Constructor Summary
BRecord()
           
 
Method Summary
 java.lang.String processRecord(java.lang.String[] rawfields)
          Return the XML representation of an B record, inside <b_record> tags.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BRecord

public BRecord()
Method Detail

processRecord

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

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