Learn R Programming

bsub (version 1.1.0)

bjobs_timeline: 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.

Value

No value is returned.

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.

Examples

Run this code
# NOT RUN {
# There is no example
NULL
# }

Run the code above in your browser using DataLab