지정된 초 단위의 주기로 실행을 하는 명령어로 시스템 자원 모니터링으로 현재 TCP Connection 수 등을 초단위로 확인을 한다거나 할때 사용합니다. Run Linux Command Every Second 출처: https://www.tecmint.com/run-repeat-linux-command-every-x-seconds/ Usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=] [--no-title] [--version] -d, --differences[=cumulative] highlight changes between updates (cumulative means highlighting is cumulative) ..