{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Main page. */}} Syzkaller Dashboard {{template "header" .Header}} Error log:


{{range $mgr := $.Managers}} {{if $mgr.CurrentBuild}} {{else}} {{end}} {{end}}
Managers:
Name Last Active Current Build Current Uptime Today: Fuzzing Time Corpus Coverage Crashes Execs Failed Build
{{$mgr.Namespace}}/{{$mgr.Name}} {{formatLateness $.Now $mgr.LastActive}}{{formatLateness $.Now $mgr.CurrentBuild.Time}}{{formatDuration $mgr.CurrentUpTime}} {{formatDuration $mgr.TotalFuzzingTime}} {{formatStat $mgr.MaxCorpus}} {{formatStat $mgr.MaxCover}} {{formatStat $mgr.TotalCrashes}} {{formatStat $mgr.TotalExecs}} {{if $mgr.FailedBuildBugLink}}bug{{end}}


{{range $job := $.Jobs}} {{end}}
Recent jobs:
Created Started Finished User Bug Patch Reporting Manager Repo Result
{{if $job.ExternalLink}}{{formatTime $job.Created}}{{else}}{{formatTime $job.Created}}{{end}} {{formatTime $job.Started}}{{if gt $job.Attempts 1}} ({{$job.Attempts}}){{end}} {{formatTime $job.Finished}} {{$job.User}} {{$job.BugTitle}} patch {{$job.Namespace}}/{{$job.Reporting}} {{$job.Manager}} {{$job.KernelRepo}}/{{$job.KernelBranch}} {{if $job.ErrorLink}} error {{else if $job.CrashTitle}} {{if $job.CrashReportLink}} {{$job.CrashTitle}} {{else}} {{$job.CrashTitle}} {{end}} {{if $job.CrashLogLink}} (log) {{end}} {{else if formatTime $job.Finished}} OK {{else if formatTime $job.Started}} running {{else}} pending {{end}}


{{range $group := $.BugGroups}} {{template "bug_list" $group}} {{end}}