From 102ded275951f107447434c933d1e3d98ac82bfa Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 1 Apr 2026 22:18:41 +0200 Subject: rename to burstdog --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1b527a5..005e299 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3