Active Processes
Ever wondered where the active processes value on the server list tab comes from?
Well it actually uses a view - PS_PMN_PRCSACTV_VW
. This view uses the underlying records PS_SERVERMONITOR
and PS_SERVERCLASS
. It is the ITEMCOUNT
field from PS_SERVERMONITOR
that gives you the active processes count by process type (SQR, COBOL, Application engine etc)..
No Comments