System Querying - Beartooth

Overview: Compute Job Information

System querying is helpful to understand what is happening with the system. Meaning, what compute jobs are running, storage quotas, past compute job history, etc. This page contains commands and examples of how to find that information.

Native Slurm Commands

See Slurm

Summary Commands

arccjobs shows a summary of jobs, cpu resources, and requested/used cpu time. It doesn't take any arguments or options.

$ arccjobs

HPC Storage Commands

arccquota shows information relating to storage quotas. By default, this will display $HOME and $SCRATCH quotas first, followed by the user's associated project quotas. This is a change on Teton from Mount Moran, but the tool is much more comprehensive. The command takes arguments to do project-only (i.e., no $HOME or $SCRATCH info displayed), extensive listing of users' quotas and usage within project directories, can summarize quotas (i.e., no user-specific usage on project spaces).

Default:

$ arccquota

Project-Only:

$ arccquota -P

Project-Only Summary:

Extensive:

Specific project(s):

Specific project(s) and extensive:

Specific user and extensive: