From 74e8e8f5469dcac539f57af8e93ca361117d26c2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 27 Aug 2025 20:14:39 +0200 Subject: syz-cluster: explain graphs on the stats page Add more detailed graph descriptions. Move "Click and drag to zoom into a time range" tips below the graphs. --- syz-cluster/dashboard/templates/graphs.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'syz-cluster') diff --git a/syz-cluster/dashboard/templates/graphs.html b/syz-cluster/dashboard/templates/graphs.html index 0972ae6df..e972b81ca 100644 --- a/syz-cluster/dashboard/templates/graphs.html +++ b/syz-cluster/dashboard/templates/graphs.html @@ -1,17 +1,19 @@ {{define "content"}}
-

Processed Series (weekly)

-

Click and drag to zoom into a time range. Right-click to reset.

+

Processed Patch Series (weekly)

+

How many patch series have been extracted/triaged/built/fuzzed each week.

+

Click and drag to zoom into a time range. Right-click to reset.


Findings (weekly)

-

Click and drag to zoom into a time range. Right-click to reset.

+

How many kernel crashes or kernel build/boot errors have been detected each week.

+

Click and drag to zoom into a time range. Right-click to reset.


@@ -19,16 +21,21 @@

Wait Time before Fuzzing (avg hours, weekly)

How many hours have passed since the moment the series was published and the moment we started fuzzing it.

-

Click and drag to zoom into a time range. Right-click to reset.

+

Click and drag to zoom into a time range. Right-click to reset.


Status Distribution (weekly)

-

Click and drag to zoom into a time range. Right-click to reset.

+

+ Processed: Among the processed series, how many have been actually fuzzed.
+ Skipped: Among the processed series, how many were skipped during triage (e.g. because no proper base commit was found).
+ Some steps skipped: Among the processed series, how often did we skip the fuzzing step (e.g. because the patch/patch series did not modify the code we compile). +

+

Click and drag to zoom into a time range. Right-click to reset.

-- cgit mrf-deployment