visualize: Visualize statistics of jobs

bjobs_barplotR Documentation

Visualize statistics of jobs

Description

Visualize statistics of jobs

Usage

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
)

Arguments

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(). Only internally used.

Details

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.


jokergoo/bsub documentation built on June 30, 2024, 5:16 p.m.