Bug 5864

Summary: Audit logging field requests
Product: GRAM Reporter: Frank Breitling <fbreitling@aip.de>
Component: CampaignAssignee: Stuart Martin <smartin@mcs.anl.gov>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: bester@mcs.anl.gov, feller@mcs.anl.gov, rohder@mcs.anl.gov, smartin@mcs.anl.gov
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description From 2008-02-13 04:24:22
In WS GRAM audit logging we are missing some important information. That is:

o global job id (UUID format), which is returned from the host to the client in
the EPR file
o resource usage information as reported by the UNIX time command consisting
of:
  (i) the elapsed real time between invocation and termination
  (ii) the user CPU time (the sum of the tms_utime and tms_cutime values in a
struct tms as returned by times(2))
  (iii) the system CPU time (the sum of the tms_stime and tms_cstime values in
a struct tms as returned by times(2))
o end time of the job, in the same format as creation_time
o name of submission client
o name of execution host
(o and maybe also the number of used CPUs)

We would like to ask for an implementation of these features to make audit also
provide usage statistics.
------- Comment #1 From 2012-09-05 13:39:00 -------
Doing some bugzilla cleanup...  Resolving old GRAM3 and GRAM4 issues that are
no longer relevant since we've moved on to GRAM5.  Also, we're now tracking
issue in jira.  Any new issues should be added here:

http://jira.globus.org/secure/VersionBoard.jspa?selectedProjectId=10363