-
m_version
String m_version
protocol version information.
-
m_start
Date m_start
start of gridlaunch timestamp.
-
m_duration
double m_duration
total duration of call.
-
m_transformation
String m_transformation
Name of the: Transformation that produced this invocation.
-
m_derivation
String m_derivation
Name of the Derivation that produced this invocation.
-
m_pmem
long m_pmem
Records the physical memory on the remote machine, if available.
-
m_pid
int m_pid
process id of gridlaunch itself.
-
m_hostaddr
InetAddress m_hostaddr
host address where gridlaunch ran (primary interface).
-
m_hostname
String m_hostname
Symbolic hostname where gridlaunch ran (primary interface).
-
m_interface
String m_interface
Symbolic name of primary interface we used to determine host-name and -address.
-
m_uid
int m_uid
numerical user id of the effective user.
-
m_user
String m_user
symbolical user name of the effective user.
-
m_gid
int m_gid
numerical group id of the effective user.
-
m_group
String m_group
symbolical group name of the effective user.
-
m_cwd
WorkingDir m_cwd
Working directory at startup.
-
m_uname
Architecture m_uname
Architectural information.
-
m_usage
Usage m_usage
Total resource consumption by gridlaunch and all siblings.
-
m_job
List<E> m_job
Job records: prejob, main job, postjob
-
m_stat
List<E> m_stat
Array with stat() and fstat() information about various files.
-
m_resource
String m_resource
Resource, site or pool at which the jobs was run.
-
m_wf_label
String m_wf_label
Workflow label, currently optional?
-
m_wf_stamp
Date m_wf_stamp
Workflow timestamp to make the label more unique.
-
m_environment
Environment m_environment
Environment settings.
-
m_umask
int m_umask
Currently active umask while kickstart was executing. This
is available with new kickstart, older version will have -1
at this API point.
-
m_machine
Machine m_machine
The Machine object capturing machine information.