Visualize statistics of jobs
bjobs_barplot(
status = c("RUN", "EXIT", "PEND", "DONE"),
filter = NULL,
job_tb = NULL
)bjobs_timeline(
status = c("RUN", "EXIT", "PEND", "DONE"),
filter = NULL,
job_tb = NULL
)
Status of the jobs. Use "all" for all status.
Regular expression to filter on job names.
A data frame returned by bjobs(). Only internally used.
bjobs_barplot() draws barplots of number of jobs per day.
bjobs_timeline() draws segments of duration of jobs. In the plot, each segment represents
a job and the width of the segment correspond to its duration.