bjobs_timeline {bsub} | R Documentation |
Timeline of jobs
Description
Timeline of jobs
Usage
bjobs_timeline(status = c("RUN", "EXIT", "PEND", "DONE"), filter = NULL, df = NULL)
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.
Value
No value is returned.
Examples
# There is no example
NULL
[Package bsub version 1.1.0 Index]