| getJobInfo {BatchJobs} | R Documentation |
error messages (shortened, see showLog for detailed error messages),
Returns time stamps (submitted, started, done), time running, approximate memory usage (in Mb, see note)
time in queue, hostname of the host the job was executed,
assigned batch ID, the R PID and the seed of the job.
getJobInfo(reg, ids, pars = FALSE, prefix.pars = FALSE, select, unit = "seconds")
reg |
[ |
ids |
[ |
pars |
[ |
prefix.pars |
[ |
select |
[ |
unit |
[ |
[data.frame].
To estimate memory usage the sum of the last column of gc is used.
Other debug: debugMulticore;
debugSSH; getErrorMessages;
getLogFiles; grepLogs;
killJobs; resetJobs;
setJobFunction; showLog;
testJob