PBS stuff
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 25 Jan 2007 11:44:45 +0000 (11:44 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 25 Jan 2007 11:44:45 +0000 (11:44 +0000)
org.glite.lb/project/events.T
org.glite.lb/project/status.T

index 55148e4..a897246 100644 (file)
        _code_  PARTITIONABLE   The job is partitionable (may become partitioned).
        _code_  PARTITIONED     The job is partitioned (dynamically created dag).
        _code_  COLLECTION      The job is collection (containing static set of subjobs).
+       _code_  PBS
        
        int     nsubjobs        Number of subjobs this job plans to spawn.
        _optional_
        string  histogram       User readable histogram; useful for debugging.
        jobid   child           JobId of subjob, which triggered the state change.      
        string  child_event     Event which triggered the state change. 
+
+
+@type PBSReg           Job seen by PBS
+       string  queue           Queue name
+
+@type PBSQueued                Job enqued
+       string  queue           Queue name
+       string  owner           Job owner
+       string  name            Job name
+
+@type PBSPlan          Job considered for running
+
+@type PBSRun           Job attempted to be run by the logging component
+       string  scheduler       Scheduler ID
+       _optional_
+       string  dest_host       Where to run the job
+       _optional_
+       int     pid             Actual process ID
+       _optional_
+
+@type PBSDone          Job terminated
+       int     exit_status     Exit status
+
+@type PBSResourceUsage Resources requested/consumed
+       int     usage           Type of record
+       _code_  REQUESTED       Requested value
+       _code_  USED            Consumed quantity
+       string  name            Name of resource
+       int     quantity        The quantity
+       string  unit            Units (sec, kB, etc.)
index 7dab62d..9d554c4 100644 (file)
@@ -8,6 +8,7 @@ int     jobtype         Type of job
        _code_ SIMPLE           simple job
        _code_ DAG              composite job
        _code_ COLLECTION       parent of collection of jobs
+       _code_ PBS              PBS job
 jobid  parent_job      parent job of subjob
 
 string seed            string used for generation of subjob IDs