watch コマンドってミリ秒単位でコマンド実行できたんですね
watch 実行間隔の指定 - - n 実行間隔
ここに、小数点を使える
watch -n 0.1 -dc dig -x 211.124.10.253 @192.168.1.1
なんと0.01 でも指定できる。
実験してみた
watch -n 0.01 -dc 'date +"%T %s"| tee -a out/stdout '
tee で標準出力をtailf したけど、0.1sec が限界でした。マシンスペック上限かな?