getJobInfo | R Documentation |
Returns time stamps (submitted, started, done, error),
time running, approximate memory usage (in Mb),
error messages (shortened, see showLog
for detailed error messages),
time in queue, hostname of the host the job was executed,
assigned batch ID, the R PID and the seed of the job.
To estimate memory usage the sum of the last column of gc
is used.
Column “time.running” displays the time until either the job was done, or an error occured;
it will by NA
in case of time outs or hard R crashes.
getJobInfo( reg, ids, pars = FALSE, prefix.pars = FALSE, select, unit = "seconds" )
reg |
[ |
ids |
[ |
pars |
[ |
prefix.pars |
[ |
select |
[ |
unit |
[ |
[data.frame
].
Other debug:
debugMulticore()
,
debugSSH()
,
getErrorMessages()
,
getLogFiles()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
showLog()
,
testJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.