lsamp
Sample stdin at a fixed rate.
For when you have a high volume source (e.g. live application logs) and you just want the gist.
sh cargo install lsamp
```sh
... | lsamp
... | lsamp --rate 10
... | lsamp -r 100 --period 5.2s ```