Aucune description

shjung f054fdcbed deploy script add il y a 3 jours
.idea 1d13c43989 update configuration il y a 1 semaine
conf bac1d945fe add center_send_info.clusterid il y a 4 jours
gradle ea8712b1f0 add macbook configuration il y a 3 semaines
moct-local-client 70c4caf714 update configuration il y a 6 jours
moct-utic-server bac1d945fe add center_send_info.clusterid il y a 4 jours
reference ea8712b1f0 add macbook configuration il y a 3 semaines
rota-local-client 70c4caf714 update configuration il y a 6 jours
rota-local-server bac1d945fe add center_send_info.clusterid il y a 4 jours
rota-local-test ea8712b1f0 add macbook configuration il y a 3 semaines
rota-utic-client bac1d945fe add center_send_info.clusterid il y a 4 jours
rota-utic-server bac1d945fe add center_send_info.clusterid il y a 4 jours
utic-its-asn1 fc5241c07e add system health check il y a 2 semaines
utic-its-common bac1d945fe add center_send_info.clusterid il y a 4 jours
utic-its-local ea8712b1f0 add macbook configuration il y a 3 semaines
.gitignore fcc6375b1c add macbook configuration il y a 3 semaines
README-ITS.txt ea8712b1f0 add macbook configuration il y a 3 semaines
build.gradle ea8712b1f0 add macbook configuration il y a 3 semaines
commit.sh f054fdcbed deploy script add il y a 3 jours
deploy-client.sh f054fdcbed deploy script add il y a 3 jours
deploy-moct.sh f054fdcbed deploy script add il y a 3 jours
deploy-server.sh f054fdcbed deploy script add il y a 3 jours
gradlew ea8712b1f0 add macbook configuration il y a 3 semaines
gradlew.bat ea8712b1f0 add macbook configuration il y a 3 semaines
moct-conn.sh f054fdcbed deploy script add il y a 3 jours
moct-deploy-xxx.sh f054fdcbed deploy script add il y a 3 jours
rota-conn.sh f054fdcbed deploy script add il y a 3 jours
rota-deploy-xxx.sh f054fdcbed deploy script add il y a 3 jours
settings.gradle ea8712b1f0 add macbook configuration il y a 3 semaines
테스트 확인.SQL ea8712b1f0 add macbook configuration il y a 3 semaines

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