Files
oceanbase/tools/obcdc/tests/watch_trans_ctx.sh
2022-03-25 18:10:38 +08:00

5 lines
163 B
Bash
Executable File

LOG_FILE=log/liboblog.log
watch -n 1 "if [ -f $LOG_FILE ]; then grep PREPARED $LOG_FILE | awk '{print \$9, \$10, \$11, \$12, \$13, \$14, \$15}' | tail -n 5; fi"