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

5 lines
152 B
Bash
Executable File

LOG_FILE=log/liboblog.log
watch -n 1 "if [ -f $LOG_FILE ]; then grep MIN_DELAY $LOG_FILE | grep HEARTBEAT | awk '{print \$11, \$12}' | tail -n 3; fi"