暫無描述

HANTE 17f0e29485 last commit for pyeongtaek 3 天之前
.idea 6834f2fe5d add rota-local-test application 2 周之前
app e592990e5a update terminate procedure 3 天之前
conf e592990e5a update terminate procedure 3 天之前
gradle 6beb010683 first commit 9 月之前
moct-local-client e592990e5a update terminate procedure 3 天之前
moct-utic-server b04d9b1a65 update terminate procedure 4 天之前
reference 9460075f57 update terminate procedure 5 天之前
rota-local-client e592990e5a update terminate procedure 3 天之前
rota-local-server e592990e5a update terminate procedure 3 天之前
rota-local-test e592990e5a update terminate procedure 3 天之前
rota-utic-client b04d9b1a65 update terminate procedure 4 天之前
rota-utic-server b04d9b1a65 update terminate procedure 4 天之前
utic-its-asn1 a5e22392cd rota-local-client modify 1 月之前
utic-its-common b04d9b1a65 update terminate procedure 4 天之前
utic-its-local e592990e5a update terminate procedure 3 天之前
.gitignore 17f0e29485 last commit for pyeongtaek 3 天之前
README-ITS.txt e7b1e90a1b refactoring 2 周之前
build.gradle 6834f2fe5d add rota-local-test application 2 周之前
gradlew 6beb010683 first commit 9 月之前
gradlew.bat 6beb010683 first commit 9 月之前
settings.gradle 6834f2fe5d add rota-local-test application 2 周之前
utic-its-local-0.0.1.jar e9f8daa5fd project refectoring 6 天之前
테스트 확인.SQL 0336ae56ad last commit at company 1 月之前

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