{{/* 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. */}}
{{template "head" .Header}}Name | Last Active | Current Build | Current Uptime | Today: Fuzzing Time | Corpus | Coverage | Crashes | Execs | Failed Build | |
---|---|---|---|---|---|---|---|---|---|---|
{{$mgr.Namespace}}/{{$mgr.Name}} | {{formatLateness $.Now $mgr.LastActive}} | {{if $mgr.CurrentBuild}}{{formatLateness $.Now $mgr.CurrentBuild.Time}} | {{else}}{{end}} | {{formatDuration $mgr.CurrentUpTime}} | {{formatDuration $mgr.TotalFuzzingTime}} | {{formatStat $mgr.MaxCorpus}} | {{formatStat $mgr.MaxCover}} | {{formatStat $mgr.TotalCrashes}} | {{formatStat $mgr.TotalExecs}} | {{if $mgr.FailedBuildBugLink}}bug{{end}} |
Bug | Created | Started | Finished | User | Patch | Repo | Manager | Result | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$job.BugTitle}} | {{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}} | patch | {{$job.KernelAlias}} | {{$job.Manager}} | {{if $job.ErrorLink}}error | {{else if $job.CrashTitle}}{{if $job.CrashReportLink}} report {{end}} {{if $job.CrashLogLink}} log {{end}} | {{else if formatTime $job.Finished}}OK | {{else if formatTime $job.Started}}running | {{else}}pending | {{end}}