From 5833e4825e8d1f7a5f492f32bf54190c536652dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 25 Jan 2007 11:44:45 +0000 Subject: [PATCH] PBS stuff --- org.glite.lb/project/events.T | 31 +++++++++++++++++++++++++++++++ org.glite.lb/project/status.T | 1 + 2 files changed, 32 insertions(+) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 55148e4..a897246 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -143,6 +143,7 @@ _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_ @@ -209,3 +210,33 @@ 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.) diff --git a/org.glite.lb/project/status.T b/org.glite.lb/project/status.T index 7dab62d..9d554c4 100644 --- a/org.glite.lb/project/status.T +++ b/org.glite.lb/project/status.T @@ -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 -- 1.8.2.3