The accounting log file can contain multiple records per job. One PhaseTime[@Status="InProgress"] is added to each record of the job.
Syntax
XPath: /JDF/AuditPool/PhaseTime[@Status="InProgress"]
Supported attributes
@QueueEntryID = "<queue entry ID of job>"
@TimeStamp
@AgentName = "PRISMAsync"
@AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.
@Start = "<accounting log file: startdate/starttime>"
@End = "<accounting log file: startdate/starttime + activetime>"
<AuditPool> <PhaseTime QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:19:47Z" End="2017-07-05T17:19:49Z" Status="InProgress"/> </AuditPool>
The accounting log file can contain multiple records per job. One PhaseTime[@Status="Stopped"] is added to each record of the job where record.idletime > 0. The record.idletime = @End - @Start.
Syntax
XPath: /JDF/AuditPool/PhaseTime[@Status="Stopped"]
Supported attributes
@QueueEntryID = "<queue entry ID of job>"
@TimeStamp
@AgentName = "PRISMAsync"
@AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.
@Start = "<accounting log file: startdate/starttime + activetime>"
@End = "<accounting log file: readydate/readytime>"
<AuditPool> <PhaseTime QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T17:20:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:19:49Z" End="2017-07-05T17:20:10Z" Status="Stopped"/> </AuditPool>
The accounting log file can contain multiple records per job. One PhaseTime[@Status="Suspended"] is added to each record of the job where record.result = "Done" or "Abrt".
Syntax
XPath: /JDF/AuditPool/PhaseTime[@Status="Suspended"]
Supported attributes
@QueueEntryID = "<queue entry ID of job>"
@TimeStamp
@AgentName = "PRISMAsync"
@AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.
@Start = "<accounting log file: readydate/readytime>"
<AuditPool> <PhaseTime QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T11:50:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:20:10Z" Status="Suspended"/> </AuditPool>
An /JDF/AuditPool/ProcessRun is added to the AuditPool element when a job is completed or aborted (record.result = "Done" or "Abrt").
Syntax
XPath: /JDF/AuditPool/ProcessRun
Supported attributes
@QueueEntryID = "<queue entry ID of job>"
@TimeStamp
@AgentName = "PRISMAsync"
@AgentVersion = "V.R.L.P". This is the software version of the PRISMAsync Print Server.
@Start = "<accounting log file: startdate/starttime of first record for this job>"
@End = "<accounting log file: readydate/readytime of last record for this job>"
@Duration = "<accounting log file: sum of all activetime>". The type of @Durationis "DateTime".
@EndStatus = "Completed" or "Aborted"
<AuditPool> <ProcessRun QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T11:50:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Start="2017-07-05T17:19:47Z" End="2017-07-05T17:20:10Z" Duration="PT2S" EndStatus="Completed"/> </AuditPool>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: