diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-01 22:18:41 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-01 22:18:41 +0200 |
| commit | 102ded275951f107447434c933d1e3d98ac82bfa (patch) | |
| tree | b22b482bd8ddacf88e4e461df068e95ad730978f /README.md | |
| parent | fc93ed97cd02e7c737a3fdcd93faa6c866ab2d7a (diff) | |
| download | burstdog-102ded275951f107447434c933d1e3d98ac82bfa.tar.xz | |
rename to burstdog
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 ``` |
