git: dsynth - Add HTML support
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 3 17:33:19 PST 2020
commit 8b485838508f8af4d3f70bdac23a16ab1ea4304c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Feb 3 17:05:00 2020 -0800
dsynth - Add HTML support
* Bring in progress.css, progress.html, progress.js, and icons from
the synth project. Add John's copyright to progress.js.
* dsynth now generates the logs/Report subdirectory, all necessary
files, and dynamically generates the json.
The summary.json database is updated every 10 seconds to reduce wear and
tear.
* Split the history files in 50KB segments to reduce network traffic.
Summary of changes:
usr.bin/dsynth/Makefile | 6 +
usr.bin/dsynth/build.c | 22 ++-
usr.bin/dsynth/dsynth.h | 9 +-
usr.bin/dsynth/dsynth.png | Bin 0 -> 8717 bytes
usr.bin/dsynth/favicon.png | Bin 0 -> 1432 bytes
usr.bin/dsynth/html.c | 421 ++++++++++++++++++++++++++++++++++++++++++-
usr.bin/dsynth/progress.css | 354 ++++++++++++++++++++++++++++++++++++
usr.bin/dsynth/progress.html | 139 ++++++++++++++
usr.bin/dsynth/progress.js | 278 ++++++++++++++++++++++++++++
usr.bin/dsynth/runstats.c | 15 +-
10 files changed, 1235 insertions(+), 9 deletions(-)
create mode 100644 usr.bin/dsynth/dsynth.png
create mode 100644 usr.bin/dsynth/favicon.png
create mode 100644 usr.bin/dsynth/progress.css
create mode 100644 usr.bin/dsynth/progress.html
create mode 100644 usr.bin/dsynth/progress.js
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8b485838508f8af4d3f70bdac23a16ab1ea4304c
--
DragonFly BSD source repository
More information about the Commits
mailing list