README.txt 835 B

1234567891011121314151617181920212223
  1. ###################################################################################################
  2. # ROTA DWDB Process Management
  3. #
  4. ###################################################################################################
  5. #
  6. # $ cd ~ : change directory program location
  7. #
  8. # $ stat.sh : process running state
  9. # $ start.sh : start process
  10. # $ stop.sh : stop process
  11. # $ info.sh : monitoring process
  12. #
  13. ###################################################################################################
  14. # Log file monitoring
  15. #
  16. # $ logs : alias cd ~/logs
  17. # $ cd ~/logs : change directory log file location
  18. #
  19. # cat, tail, vi, .... log file
  20. ###################################################################################################