nodestatus
R2026bDisplay status of mjs processes running on node
When the mjs service is running, you can use the
nodestatus command to obtain information about the
mjs service processes running on the node.
The
nodestatus executable resides in the folder
(Windows® operating system) or matlabroot\toolbox\parallel\bin
(Linux® operating system). Enter the command at a Windows or Linux command-line prompt, respectively.matlabroot/toolbox/parallel/bin
Syntax
nodestatus
nodestatus --options
Description
nodestatus displays the status of the mjs
service and the processes it maintains. The mjs service must already be
running on the target computer.
nodestatus accepts the
following input options. Precede each option with two dashes (--options--).
Before R2026b: To specify an option, use a single dash
(-).
| Option | Operation |
|---|---|
--infolevel <level> | Specify the amount of status information to display, using a level from 1 to 3. Level 1 shows basic information and level 3 shows all available information. The default value is 1. |
--json | Return the status information in JSON format. Output in
|
--remotehost <hostname> | Display the status of the |
--baseport <port_number> | Specify the base port used by the |
--verbose, -v | Display detailed progress information about the command execution. |
Examples
Display basic information about the mjs processes on the local
host.
nodestatusJob manager lookup process:
Status Running
Job manager:
Name jobManager
Running on host host1.dhcp.mycompany.com
Number of workers 4
Status running
Supported releases R2024b
Metrics URL https://host1.dhcp.mycompany.com:8001Display detailed information about the status of the mjs processes on
the remote host node27.
nodestatus --remotehost node27 --infolevel 2See Also
mjs | startjobmanager | startworker | stopjobmanager | stopworker