Description Usage Arguments Value Examples
The meta-data of running SGE jobs are returned as a data frame. The
meta includes status, resources requested, memory usage, and wallclock/cpu time.
Works for all grid engine jobs and task arrays, including the ones created by distributr.
1  | 
user | 
 job meta-data is returned for user jobs only (default:   | 
A data frame with the following columns:
job_id | 
 SGE job id  | 
.sge_id | 
 the value of   | 
prior | 
 Priority of the job  | 
name | 
 job name  | 
user | 
 user name  | 
state | 
  state of the job, e.g.   | 
start | 
 date and time of job start  | 
queue | 
 queue and machine job is running on  | 
jclass | 
 class of job (usually   | 
slots | 
 Number of slots (cores) job is running with  | 
maxvmem | 
 Maximum virtual memory used for the job (GB)  | 
mem | 
 Current physical memory used for the job (GB)  | 
vmem | 
 Current virtual memory used for the job (GB)  | 
wallclock | 
 Amount of time the job has been running (sec)  | 
cpu | 
 Amount of CPU time the job has used (sec)  | 
The columns prior, user, start, queue, and jclass
are not printed. If no jobs are running or in the queue, returns data.frame().
For queued jobs, queue = NA, and .sge_id is the lowest task
still in the queue. Does not work for jobs with job classes.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.