queuestatus
R2026bDisplay job information in each job manager queue
When your MATLAB® Job Scheduler is running and processing jobs, use the
queuestatus function to learn about the status of the jobs in the
queue of each job manager the mjs service maintains.
The
queuestatus executable resides in the folder
(Windows® operating system) or matlabroot\toolbox\parallel\bin\util
(Linux® operating system). Enter the command at a Windows or Linux system command line, respectively.matlabroot/toolbox/parallel/bin/util
For each job manager, queuestatus displays the job manager's name,
host name, and job queue. The jobs in the queue are grouped by:
Queued jobs: Jobs waiting to be scheduled.
Running jobs: Jobs currently executing.
Pending jobs: Jobs that are submitted but not yet started.
Finished jobs: Jobs that are completed.
Syntax
queuestatus
queuestatus --options
Description
queuestatus displays information about the jobs in the queue of
each job manager the mjs service maintains on the local host in JSON
format. The mjs service must already be running on the computer before
you run the queuestatus command.
queuestatus accepts the
following input options. Precede each option with two dashes (--options--).
Before R2026b: To specify an option, use a single dash
(-).
| Option | Operation |
|---|---|
--remotehost <hostname> | Display information about the jobs on each job manager process
maintained by the |
--baseport <port_number> | Specify the base port used by the |
Examples
See Also
nodestatus | mjs | startjobmanager | startworker | stopworker