%SS

From CacheWiki
Jump to: navigation, search

 %SS - System Status

%SS, or the System Status routine, lists the processes currently running in a particular Cache instance. Unlike JOBEXAM, %SS only lists the processes running, and is not interactive.

USER>d ^%SS
                  Cache System Status:  1:22 pm 22 Jun 2007

Process  Devices      KB Namespace      Routine     CPU,Glob  Pri  UIC  Location
 1792                   %SYS                         0,0      7   0,0  CONTROL
 1816                   %SYS                        67,289    8   0,0  WRTDMN
 1828                   %SYS                         0,0      7   0,0  GARCOL
 1836                   %SYS                    308620,49     7   0,0  JRNDMN
 1844                   %SYS                         0,0      7   0,0  EXPDMN
 2712   //./nul      64 %SYS           TASKMGR 2530915,474420  7  0,0
 5684*  |TRM|:|5684  68 USER           %SS        1000,19     7   0,0
 3936   //./nul      43 %SYS           %ooCSP.Daemon.1 201732,25256  7 0,0
 2468   |TCP|1972    45 %SYS           %cmtP       346,54     7   0,0

2 user, 7 system, 16 mb global/8 mb routine cache

This example shows some standard processes running on an instance of Cache - CONTROL, WRTDMN, GARCOL, JRNDMN and EXPDMN. The TASKMGR and CMT Master Server are running in this instance, as is the CSP Daemon class method.  %SS itself is listed here as PID 5684, and is being called from the USER namespace.

Personal tools