bjobs_timeline: Timeline of jobs
Description
Timeline of jobs
Usage
bjobs_timeline(status = c("RUN", "EXIT", "PEND", "DONE"), filter = NULL, df = NULL)Value
No value is returned.
Arguments
- status
Status of the jobs. Use "all" for all jobs.
- filter
Regular expression to filter on job names.
- df
Internally used.
Details
It draws segments of duration of jobs. In the plot, each segment represents
a job and the width of the segment correspond to its duration.