Display all active job address space information.
Usage
zowe rse-api-for-zowe-cli check job-address-space [options]
Options
-
--asid
(boolean)
- Address space identifier.
-
--asidx
(boolean)
- Address space identifier in hexadecimal.
-
--bytes
(boolean)
- Current real storage usage in bytes.
-
--cpu
(boolean)
- Accumulated CPU time consumed by and on behalf of and within the A/S, for the current job step, in microseconds (local + remote + external).
-
--cpu%
(boolean)
- Percent of all CPU time consumed by and on behalf of the address space during the most recent interval measured.
-
--description
(boolean)
- Address space position description.
-
--dp
(boolean)
- Address space dispatching priority in hexadecimal.
-
--elapsed
(boolean)
- Elapsed time the transaction has been active.
-
--frames
(boolean)
- Current utilization of real storage in frames.
-
--hvcomhwm
(boolean)
- High virtual common memory high-water mark in MB.
-
--hvcomused
(boolean)
- High virtual common memory size in MB.
-
--io
(boolean)
- EXCP rate in EXCPs per second for address space.
-
--name
(boolean)
-
--page
(boolean)
- Demand paging rate for address space.
-
--position
(boolean)
-
--stepIO
(boolean)
- A/S EXCP (I/O) count for the current job step.
-
--subtype
(boolean)
- Sub-type of 1.job/initiator: JES, z/OS UNIX, or APPC, 2.started task: JES, MSTR, SYS.
-
--swapin
(boolean)
-
--sysName
(boolean)
- System name where job is executing.
-
--task
(boolean)
- A/S CPU usage % of system total in interval - task (local + remote).
-
--task%
(boolean)
- Accumulated CPU time consumed by and on behalf of the A/S, for the current job step, in microseconds (local + remote).
-
--type
(boolean)
-
--userId
(boolean)
Profile Options
Base Connection Options
-
--host
| -H
(string)
- Host name of service on the mainframe.
-
--port
| -P
(number)
- Port number of service on the mainframe.
-
--user
| -u
(string)
- User name to authenticate to service on the mainframe.
-
--password
| --pass
| --pw
(string)
- Password to authenticate to service on the mainframe.
-
--reject-unauthorized
| --ru
(boolean)
-
--token-type
| --tt
(string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value
| --tv
(string)
- The value of the token to pass to the API.
-
--cert-file
(local file path)
-
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs.
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples