{{/* 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. */}}
| 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}} |
| 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}} |