Description
Prints the status of all WatchDog monitored processes on the screen.
Syntax
cpwd_admin list [-full] |
Parameters
Parameter |
Description |
---|---|
|
Shows the verbose output. |
Output
Column |
Description |
---|---|
|
Shows the WatchDog name of the monitored process. |
|
Shows the PID of the monitored process. |
|
Shows the status of the monitored process:
|
|
Shows how many times the WatchDog started the monitored process. |
|
Shows the time when the WatchDog started the monitored process for the last time. |
|
In verbose output, shows the values of the |
|
Shows how the WatchDog monitors this process (see the explanation for the
|
|
Shows the command the WatchDog run to start this process. |
Example 1 - Default output
[Expert@HostName:0]# cpwd_admin list APP PID STAT #START START_TIME MON COMMAND CPVIEWD 19738 E 1 [17:50:44] 31/5/2018 N cpviewd HISTORYD 0 T 0 [17:54:44] 31/5/2018 N cpview_historyd CPD 19730 E 1 [17:54:45] 31/5/2018 Y cpd SOLR 19935 E 1 [17:50:55] 31/5/2018 N java_solr /opt/CPrt-R80.20/conf/jetty.xml RFL 19951 E 1 [17:50:55] 31/5/2018 N LogCore SMARTVIEW 19979 E 1 [17:50:55] 31/5/2018 N SmartView INDEXER 20032 E 1 [17:50:55] 31/5/2018 N /opt/CPrt-R80.20/log_indexer/log_indexer SMARTLOG_SERVER 20100 E 1 [17:50:55] 31/5/2018 N /opt/CPSmartLog-R80.20/smartlog_server CP3DLOGD 20237 E 1 [17:50:55] 31/5/2018 N cp3dlogd EPM 20251 E 1 [17:50:56] 31/5/2018 N startEngine DASERVICE 20404 E 1 [17:50:59] 31/5/2018 N DAService_script [Expert@HostName:0]# |
Example 2 - Verbose output
[Expert@HostName:0]# cpwd_admin list -full APP PID STAT #START START_TIME SLP/LIMIT MON -------------------------------------------------------------------------------- CPVIEWD 19738 E 1 [17:50:44] 31/5/2018 60/5 N PATH = /opt/CPshrd-R80.20/bin/cpviewd COMMAND = cpviewd -------------------------------------------------------------------------------- HISTORYD 0 T 0 [17:54:44] 31/5/2018 60/5 N PATH = /opt/CPshrd-R80.20/bin/cpview_historyd COMMAND = cpview_historyd -------------------------------------------------------------------------------- CPD 19730 E 1 [17:54:45] 31/5/2018 60/5 Y PATH = /opt/CPshrd-R80.20/bin/cpd COMMAND = cpd -------------------------------------------------------------------------------- SOLR 19935 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPrt-R80.20/bin/java_solr COMMAND = java_solr /opt/CPrt-R80.20/conf/jetty.xml -------------------------------------------------------------------------------- RFL 19951 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPrt-R80.20/bin/LogCore COMMAND = LogCore -------------------------------------------------------------------------------- SMARTVIEW 19979 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPrt-R80.20/bin/SmartView COMMAND = SmartView -------------------------------------------------------------------------------- INDEXER 20032 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPrt-R80.20/log_indexer/log_indexer COMMAND = /opt/CPrt-R80.20/log_indexer/log_indexer -------------------------------------------------------------------------------- SMARTLOG_SERVER 20100 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPSmartLog-R80.20/smartlog_server COMMAND = /opt/CPSmartLog-R80.20/smartlog_server ENV = LANG=C -------------------------------------------------------------------------------- CP3DLOGD 20237 E 1 [17:50:55] 31/5/2018 60/5 N PATH = /opt/CPuepm-R80.20/bin/cp3dlogd COMMAND = cp3dlogd -------------------------------------------------------------------------------- EPM 20251 E 1 [17:50:56] 31/5/2018 60/5 N PATH = /opt/CPuepm-R80.20/bin/startEngine COMMAND = startEngine -------------------------------------------------------------------------------- DASERVICE 20404 E 1 [17:50:59] 31/5/2018 60/5 N PATH = /opt/CPda/bin/DAService_script COMMAND = DAService_script [Expert@HostName:0]# |