bjobs_barplot | R Documentation |
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 |
Status of the jobs. Use "all" for all status. |
filter |
Regular expression to filter on job names. |
job_tb |
A data frame returned by |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.