init
This commit is contained in:
17
studio/install/16gmaster/status16gmaster.sh
Normal file
17
studio/install/16gmaster/status16gmaster.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
source /etc/profile
|
||||
|
||||
pid=$(ps -ef | grep config.jar | grep -Ev 'color=auto' | awk '{print $2}')
|
||||
echo "已启动config:$pid"
|
||||
|
||||
pid=$(ps -ef | grep service-system.jar | grep -Ev 'color=auto' | awk '{print $2}')
|
||||
echo "已启动service-system:$pid"
|
||||
|
||||
pid=$(ps -ef | grep data-market-service.jar | grep -Ev 'color=auto' | awk '{print $2}')
|
||||
echo "已启动data-market-service:$pid"
|
||||
|
||||
pid=$(ps -ef | grep data-metadata-service.jar | grep -Ev 'color=auto' | awk '{print $2}')
|
||||
echo "已启动metadata:$pid"
|
||||
|
||||
pid=$(ps -ef | grep service-data-integration.jar | grep -Ev 'color=auto' | awk '{print $2}')
|
||||
echo "已启动service-data-integration:$pid"
|
||||
Reference in New Issue
Block a user