regions

This command outputs a list of all isolated regions in the Process Engine (PE) system that are loaded in memory, or all isolated regions defined in the PE system, including regions that are not loaded in memory.

Syntax

The syntax varies depending on the output you want.

regions { m | d }

Parameters

m

Display a list of all isolated regions in the PE system that are loaded in memory. Both initialized and non-initialized regions are listed.

A region is loaded into memory if someone logs on to it, even if that region has not been initialized. An in-memory region that has not been initialized does not exist on disk, does not contain any data, and does not use any significant server resources. Note that an isolated region is only in memory if it has been accessed since the server was booted, and it stays in memory until you reboot the server, even if everyone has since logged off the region.

d

Display a list of all isolated regions defined in the PE system. The list includes only initialized regions.