No Description

shjung 95f12bef50 cluster logic update 2 weeks ago
.idea 1d13c43989 update configuration 1 month ago
conf 95f12bef50 cluster logic update 2 weeks ago
gradle ea8712b1f0 add macbook configuration 2 months ago
moct-local-client bb60656d8b update application.yml logic 3 weeks ago
moct-utic-server 95f12bef50 cluster logic update 2 weeks ago
reference ea8712b1f0 add macbook configuration 2 months ago
rota-local-client bb60656d8b update application.yml logic 3 weeks ago
rota-local-server bb60656d8b update application.yml logic 3 weeks ago
rota-local-test bb60656d8b update application.yml logic 3 weeks ago
rota-utic-client 95f12bef50 cluster logic update 2 weeks ago
rota-utic-server 3c2c9c2e32 deploy 20251126 3 weeks ago
utic-its-asn1 fc5241c07e add system health check 2 months ago
utic-its-common 95f12bef50 cluster logic update 2 weeks ago
utic-its-local ea8712b1f0 add macbook configuration 2 months ago
.gitignore fcc6375b1c add macbook configuration 2 months ago
README-ITS.txt ea8712b1f0 add macbook configuration 2 months ago
build.gradle ea8712b1f0 add macbook configuration 2 months ago
commit.sh f054fdcbed deploy script add 1 month ago
conn-moct.sh 1650c7607e update deploy 1 month ago
conn-rota.sh 1650c7607e update deploy 1 month ago
deploy-client.sh a8fed23dab cluster update 1 month ago
deploy-moct.sh f054fdcbed deploy script add 1 month ago
deploy-server.sh a8fed23dab cluster update 1 month ago
gradlew ea8712b1f0 add macbook configuration 2 months ago
gradlew.bat ea8712b1f0 add macbook configuration 2 months ago
moct-deploy-xxx.sh f054fdcbed deploy script add 1 month ago
rota-deploy-xxx.sh f054fdcbed deploy script add 1 month ago
settings.gradle ea8712b1f0 add macbook configuration 2 months ago
테스트 확인.SQL ea8712b1f0 add macbook configuration 2 months ago

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
#############################################################################################################