Utility Labels

IMAGE: Displays all users accessing GT.M and lists their program images

Example:

	GTM>DO ^%ST

	GT.M Mumps users on 15-Mar-2002 13:44:22
	Terminal Username UIC Proc.id Access CPU time Login time
	-------- -------- --- ------- ------ -------- ---------------
	WTA1: JONES 100,200 2067000FD Local 04:05.34 15-Mar-2002 09:34:45
	WTA2: SMITH 101,200 2088000E0 Local 00:13.22 15-Mar-2002 13:04:00
	Total 4 users.
	Insufficient privileges to see 2 processes.
	
[Note]

The display times above are shortened due to typesetting limitations.

This invokes %ST, which displays the number of users accessing GT.M and information about those processes that you have privileges to see. If you do not have sufficient privileges to view all processes accessing GT.M, you receive a message stating how many processes exist but are not displayed.

Example:

	GTM>DO IMAGE^%ST
	
	GT.M Mumps users on 22-Dec-2002 13:44:22
	Terminal Username UIC Proc.id Access CPU time Login time
	-----------------------------------------------------------------
	Image: DIEHARD:[DEV.V25][PRO]PROD1.EXE;50
	WTA1: JONES 100,200 2067000FD Local 04:05.34 22-Dec-2002 09:34:45
	Image: DIEHARD:[DEV.V25][PRO]TEST1.EXE;52
	WTA2: SMITH 101,200 2088000E0 Local 00:13.22 22-Dec-2002 13:04:00
	Total 2 users.
	
[Note]

The display times above are shortened due to typesetting limitations.

This invokes IMAGE^%ST, which displays all users accessing GT.M and the images they are running.