Running watch < command > will by default keep repeating that command every two seconds. This is good for seeing the progress of a running process, viewing memory or disk usage, or checking various things from /proc. Here are some quick examples:
Full article here:
Repeat a Command Every Few Seconds with watch (scottlinux.com)