IBM Webcam 4J ユーザーズマニュアル

ページ / 98
Parameter
Description
Value
submitter
Locate the Processes to
select by the node
specification (the Sterling
Connect:Direct node name)
and user ID of the Process
owner. The length of this
parameter is unlimited.
(node specification, userid) | generic | (list)
node specification, userid—Specifies the node
specification (the Sterling Connect:Direct
node name) and user ID.
generic—Specifies a nonspecific value for
node specification and user ID. This generic
value, containing pattern-matching
characters, evaluates to a list of zero or more
node specifications and user IDs.
list—Specifies a list of node specification and
user ID pairs. Enclose the list in parentheses,
and separate each value with a comma.
detail
Specifies the type of report
(short or detailed) that
Sterling Connect:Direct
generates for the selected
Processes.
yes | no
yes—Generates a detailed report.
no—Generates a short report. This is the
default.
The following command displays a short report for the specified Process number:
select process pnumber=9 detail=no;
Output from the command is displayed in the following table:
===================================================================================
SELECT
PROCESS
===================================================================================
PROCESS NAME NUMBER
USER
SUBMITTER NODE
QUEUE
STATUS
-----------------------------------------------------------------------------------
PR01
9
root
cd.unix.pj
EXEC
EX
===================================================================================
The following command displays a detailed report for the specified Process
number:
select process pnumber=9 detail=yes;
Output from the command is displayed in the following table:
===================================================================================
SELECT PROCESS
===================================================================================
Process Name
=> pr01
Class
=> 9
Process Number
=> 9
Priority
=> 8
Submitter Node
=> cd.unix.pj
PNODE
=> cd.unix.pj
Submitter
=> sub1
SNODE
=> cd.unix.pj
Retain Process
=> no
Header Type
=> p
Submit Time
=> 19:52:35
Schedule Time =>
Submit Date
=> 05/22/1996
Schedule Date =>
Queue
=> EXEC
Process Status
=> EX
Message Text
=>
-----------------------------------------------------------------------------------
Chapter 1. Controlling and Monitoring Processes
25