count_vulture_jobs: Count the number of 'vulture' jobs

View source: R/count_vulture_jobs.R

count_vulture_jobsR Documentation

Count the number of vulture jobs

Description

Count the number of all jobs that are running on Peregrine for a specific user.

Usage

count_vulture_jobs(user_name = "$USER")

Arguments

user_name

the Peregrine username, for example p123456

Details

Use count_jobs to count all jobs running on the regular partition. Use count_regular_jobs to count the jobs running on the regular partition.

Value

the number of jobs

Examples

if (is_on_peregrine()) {
  count_vulture_jobs()
}

richelbilderbeek/peregrine documentation built on Jan. 3, 2024, 7:42 p.m.