{{template "head"}}
{{range $c := .Counter}} {{$c}} {{end}}

Workers

{{range $w := .Workers}}

{{ $w.Name }}

{{if $w.Connected}} {{end}}
Address {{ $w.Address }}
Connected {{ $w.Connected }}
ConnectionChanged {{ $w.ConnectionChanged }}
CPUs {{ $w.Status.CPUCount }}
CPU Usage {{ $w.Status.CPUUsage }}%
Memory {{ $w.Status.MemoryTotal }} GB
Memory Usage {{ $w.Status.MemoryUsage }}%
{{end}}

Tasks

{{range $t := .Tasks}} {{end}}
ID Library Worker Type Status File
{{ $t.ID }} {{ $t.Library }} {{ $t.Worker }} {{ $t.Type }} {{ $t.Status }} {{ $t.File }}
{{template "tail"}}