Skip to content
  • David Huss's avatar
    Add naive --watch option · 66c5eb04
    David Huss authored
    Usage:
    ```
    bbbmon -w 2
    ```
    
    Note that this uses sleep and sleeps for e.g. 2 seconds inbetween
    requests. A more accurate way would probably be to messure the time that
    has passed since starting the request and subtracting that from the
    interval.
    66c5eb04