Aucune description

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

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