read_qstat: Get information on jobs currently on the SGE queue

View source: R/read_qstat.R

read_qstatR Documentation

Get information on jobs currently on the SGE queue

Description

Get information on jobs currently on the SGE queue

Usage

read_qstat(file = NULL)

Arguments

file

A file, a connection, or NULL. If NULL (default), then the output of system call ⁠qstat -xml -u '*'⁠ is read.

Value

A tibble::tibble

Examples

pathname <- system.file("exdata", "qstat.xml", package = "wyntonquery")

qstat <- read_qstat(pathname)
print(qstat)

## Anonymize (although actually already anonymized)
qstat_anon <- anonymize(qstat)
print(qstat_anon)

ucsf-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.