|
@@ -9,6 +9,8 @@ debug:
|
|
status:
|
|
status:
|
|
@ps -ef | grep infer.py | grep -v grep
|
|
@ps -ef | grep infer.py | grep -v grep
|
|
|
|
|
|
|
|
+kill:
|
|
|
|
+ @ps -ef | grep infer.py | grep -v grep | awk '{print $2}' | xargs kill
|
|
|
|
|
|
log:
|
|
log:
|
|
@tail -f log/runtime.log
|
|
@tail -f log/runtime.log
|
|
@@ -19,6 +21,7 @@ help:
|
|
@echo "make start Start server"
|
|
@echo "make start Start server"
|
|
@echo "make status Check server status"
|
|
@echo "make status Check server status"
|
|
@echo "make debug Execute python3 infer.py"
|
|
@echo "make debug Execute python3 infer.py"
|
|
|
|
+ @echo "make kill Kill server"
|
|
@echo "make log Print log"
|
|
@echo "make log Print log"
|
|
@echo "make help Show this help message"
|
|
@echo "make help Show this help message"
|
|
@echo ""
|
|
@echo ""
|