EVORXSYS - Display Users of Highest System Resources - ironstream_for_micro_focus_universal_discovery - 7.4

Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration

Product
Ironstream > Ironstream for Micro Focus® Universal Discovery
Version
7.4
Language
English
Portfolio
Integrate
Product family
Ironstream
Product name
Ironstream for Micro Focus Universal Discovery for IBM Z
Title
Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration
Copyright
2022
First publish date
2007

Name

Details

Description

This function will return several lines of output explaining which address spaces are using the most mainframe system resources.

Syntax

EVORXSYS('variable')

where:

variable

A 1 to 8-character name for a compound variable that will be built to hold the returned messages. If not specified, the default stem variable “SYS” will be used. The stem (“SYS.0”) value will hold the number of lines of output.

Return Value

A variable can be assigned to the command to hold one of these possible return texts:

OK The wait has returned successfully

REXX

Example

/*REXX*/

x = EVORXSYS(‘DATA’)

if x = ‘OK’ then do

do I = 1 to DATA.0 say DATA.I

end end

exit

REXX

Example Output

EVORXSYS(1): -Highest CPU user at .9% is RMFGAT

EVORXSYS(2): -Max number of pages fixed below 16MB (000132 frames is BBOS001

EVORXSYS(3): -Largest user of VSTOR (0006698 frames) is GRS EVORXSYS(4): -Highest user of total SRM service is ROYM EVORXSYS(5): -System CPU usage= 6%, Demand page rate=00000 pages/sec