diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,27 +1,27 @@ -# watchdog +# burstdog Monitor CPU usage by process and report bursts to a logfile. ## Invocation ```sh -watchdog [logfile] +burstdog [logfile] ``` -Default logfile is `watchdog.log` in the current directory. +Default logfile is `burstdog.log` in the current directory. ## Build -Compile using `make` or `cc watchdog.c -O3 -o watchdog`. +Compile using `make` or `cc burstdog.c -O3 -o burstdog`. -See [watchdog.c](watchdog.c) for configuration options. +See [burstdog.c](burstdog.c) for configuration options. Install to PREFIX using `make install`. -## Test watchdog +## Test burstdog ```sh -$ watchdog & -$ tail -f watchdog.log +$ burstdog & +$ tail -f burstdog.log $ cat < /dev/random > /dev/null # in a different shell ``` |
