watch

Executes a program periodically, displaying output fullscreen

brewmacoslinux
Try with needOr install directly
Source

About

Executes a program periodically, showing output fullscreen

Commands

watch

Examples

Monitor disk usage every 2 seconds$ watch -n 2 df -h
Watch system processes and highlight changes$ watch -d ps aux
Monitor file size with 5 second intervals$ watch -n 5 'ls -lh /path/to/file'