README.txt 1.1 KB

1234567891011121314151617181920212223242526272829
  1. ###################################################################################################
  2. # PTIS Process Management
  3. #
  4. # ~/utic-ptis-server-0.0.1.jar : UTIC Center PTIS ETLP Server Program
  5. #
  6. ###################################################################################################
  7. #
  8. # $ cd ~ : change directory program location
  9. #
  10. # $ stat.sh : process running state
  11. # $ start.sh : start process
  12. # $ stop.sh : stop process
  13. #
  14. # $$$$$$$$$$ info.sh not supported in unix system.................................................
  15. # $ info.sh : monitoring process
  16. #
  17. ###################################################################################################
  18. # Log file monitoring
  19. #
  20. # $ log.sh : tail -f ~/logs/utic-ptis-server.log
  21. # $ logerr.sh : tail -f ~/logs/utic-ptis-server.err.log
  22. #
  23. # $ logs : alias cd ~/logs
  24. # $ cd ~/logs : change directory log file location
  25. #
  26. # cat, tail, vi, .... log file
  27. ###################################################################################################