· Running & Timing · 1 min read

hwatch

hwatch -d kubectl get pods

hwatch is a alternative watch command. That records the result of command execution and can display it history and diffs.

watch is the classic tool to run the same command over and over again and help you see the differences between the current run and the last run. What it's always lacked however is going back in time. Enter hwatch which adds a nice list of timestamps to the right that you can scroll backwards and forwards through, a clear improvement.