بدون توضیح

shjung f054fdcbed deploy script add 2 روز پیش
.idea 1d13c43989 update configuration 1 هفته پیش
conf bac1d945fe add center_send_info.clusterid 3 روز پیش
gradle ea8712b1f0 add macbook configuration 2 هفته پیش
moct-local-client 70c4caf714 update configuration 6 روز پیش
moct-utic-server bac1d945fe add center_send_info.clusterid 3 روز پیش
reference ea8712b1f0 add macbook configuration 2 هفته پیش
rota-local-client 70c4caf714 update configuration 6 روز پیش
rota-local-server bac1d945fe add center_send_info.clusterid 3 روز پیش
rota-local-test ea8712b1f0 add macbook configuration 2 هفته پیش
rota-utic-client bac1d945fe add center_send_info.clusterid 3 روز پیش
rota-utic-server bac1d945fe add center_send_info.clusterid 3 روز پیش
utic-its-asn1 fc5241c07e add system health check 2 هفته پیش
utic-its-common bac1d945fe add center_send_info.clusterid 3 روز پیش
utic-its-local ea8712b1f0 add macbook configuration 2 هفته پیش
.gitignore fcc6375b1c add macbook configuration 2 هفته پیش
README-ITS.txt ea8712b1f0 add macbook configuration 2 هفته پیش
build.gradle ea8712b1f0 add macbook configuration 2 هفته پیش
commit.sh f054fdcbed deploy script add 2 روز پیش
deploy-client.sh f054fdcbed deploy script add 2 روز پیش
deploy-moct.sh f054fdcbed deploy script add 2 روز پیش
deploy-server.sh f054fdcbed deploy script add 2 روز پیش
gradlew ea8712b1f0 add macbook configuration 2 هفته پیش
gradlew.bat ea8712b1f0 add macbook configuration 2 هفته پیش
moct-conn.sh f054fdcbed deploy script add 2 روز پیش
moct-deploy-xxx.sh f054fdcbed deploy script add 2 روز پیش
rota-conn.sh f054fdcbed deploy script add 2 روز پیش
rota-deploy-xxx.sh f054fdcbed deploy script add 2 روز پیش
settings.gradle ea8712b1f0 add macbook configuration 2 هفته پیش
테스트 확인.SQL ea8712b1f0 add macbook configuration 2 هفته پیش

README-ITS.txt

wmic process where "name like 'java%'" get ProcessId, CommandLine

#############################################################################################################
# COUTION, NOTICE
#############################################################################################################
# NEW ITS Process Management
#
# $ cd ~/bin : cd program directory
# $ bin : alias cd ~/bin
#
# $ stat.sh : monitoring process running state
#
# $ info.sh server : monitoring server process communication state
# $ info.sh client : monitoring client process communication state
#
# $ start.sh all : all process start
# $ start.sh server : only server process start ==> support link traffic to local
# $ start.sh client : only client process start ==> collect link traffic from local
#
# $ stop.sh all : all process terminate
# $ stop.sh server : only server process terminate
# $ stop.sh client : only client process terminate
#
#############################################################################################################
# LOG FILE MONITORING
#############################################################################################################
# cd ~/logs : cd log file directory
# $logs : alias cd ~/logs
# $logserver : alias cd ~/logs/rota-utic-server
# $logclient : alias cd ~/logs/rota-utic-client
#
# ~/logs/rota-utic-server : server program log file directory
# ~/logs/rota-utic-client : client program log file directory
#############################################################################################################