# Functions
No description provided by the author
ParseClusterQueueSummary parses the output of qstat -g c.
No description provided by the author
ParseGroupByTask parses the input text into a slice of SchedulerJobInfo instances (qstat -g t output).
job-ID prior name user state submit/start at queue slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
8 0.55500 sleep root r 2024-12-14 17:21:43 all.q@master 1
9 0.55500 sleep root r 2024-12-14 17:21:44 all.q@master 1
10 0.55500 sleep root r 2024-12-14 17:21:44 all.q@master 1
11 0.55500 sleep root r 2024-12-14 17:21:45 all.q@master 1
12 0.55500 sleep root qw 2024-12-14 17:21:45 1
13 0.55500 sleep root qw 2024-12-14 17:21:46 1
14 0.55500 sleep root qw 2024-12-14 17:21:47 1
15 0.55500 sleep root qw 2024-12-14 17:22:00 1 1-99:2
*/.
ParseSchedulerJobInfo parses the input text into a slice of SchedulerJobInfo instances (qstat -j output).
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SchedulerJobInfo represents detailed information about a scheduled job retrieved with the qstat -j <job_id> command.
No description provided by the author
No description provided by the author
# Interfaces
QStat defines the methods for interacting with the Open Cluster Scheduler to retrieve job and queue status information using the qstat command.