Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

7.22 mjptree Job Process Information Display Command [Windows]

Synopsis

mjptree [-sys subsystem-number](*1) job
*1:

[-sys subsystem-number] is an option of Systemwalker Operation Manager EE.

Description

The mjptree command displays the processes that are running under a job.

Depending on the privileges that the user executing this command has, the jobs that can be displayed differ as follow:

Option

Enterprise Edition-sys subsystem-number

In the system with multiple subsystems, this option is used to specify the subsystem that you want to operate. Specify the target subsystem number using a range of 0 to 9. If omitted, the default is subsystem 0.

Operand

job

Specifies the job for which a process list is to be displayed.

Jobs are specified using the following format. See "7.6 qjalter Job Attribute Alter Command" for an explanation of the various parameters that can be specified and other important information.

job-name(jobno.hostname)

Return Values

Return Value

Meaning

0

The command processing has terminated normally.

Other than 0

The command processing has failed. An error message is output.

Command Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\bin

Output Example

The following example displays process information relating to job1:

C:\> mjptree job1
1744 CMD.EXE
  4656 ModuleA.exe
  4304 ModuleB.exe
  5228 ModuleC.exe
  (1)     (2)

The following lists the items that are displayed in the above examples:

(1) Process number

(2) File name of executed module

Cautions