EVORXSYS - Display Users of Highest System Resources - ironstream_for_servicenow_discovery_1 - 7.5

Ironstream for ServiceNow® Discovery for IBM Z® Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Discovery
Version
7.5
Language
English
Product name
Ironstream for ServiceNow® Discovery for IBM Z®
Title
Ironstream for ServiceNow® Discovery for IBM Z® Administration
First publish date
2007
Last updated
2024-11-18
Published on
2024-11-18T05:02:12.928000
Description This function will return several lines of output explaining which address spaces are using the most mainframe system resources over the span of a 1.5 second system snapshot.
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