{{template "header.html" .}}

Topic: {{.Topic}}

Channel: {{.Channel}}

{{if .ChannelStats.Paused}}
{{else}}
{{end}}

Channel Message Queue

{{range $c := .ChannelStats.HostStats}} {{ end }} {{ with $c := .ChannelStats }} {{ end }}
Host Depth Memory + Disk In-Flight Deferred Requeued Timed Out Messages Connections
{{$c.HostAddress}}{{if $c.Paused}} paused{{end}} {{$c.Depth | commafy}} {{$c.MemoryDepth | commafy}} + {{$c.BackendDepth | commafy}} {{$c.InFlightCount | commafy}} {{$c.DeferredCount | commafy}} {{$c.RequeueCount | commafy}} {{$c.TimeoutCount | commafy}} {{$c.MessageCount | commafy}} {{$c.ClientCount}}
Total: {{$c.Depth | commafy}} {{$c.MemoryDepth | commafy}} + {{$c.BackendDepth | commafy}} {{$c.InFlightCount | commafy}} {{$c.DeferredCount | commafy}} {{$c.RequeueCount | commafy}} {{$c.TimeoutCount | commafy}} {{$c.MessageCount | commafy}} {{$c.ClientCount}}

Client Connections

{{if not .ChannelStats.Clients}}

No Clients connected to this channel.

{{else}} {{range .ChannelStats.Clients}} {{end}}
Client Host Protocol NSQd Host In-Flight Ready Count Finished Requeued Messages Connected
{{.ClientIdentifier}} {{.ClientVersion}} {{.HostAddress}} {{.InFlightCount | commafy}} {{.ReadyCount | commafy}} {{.FinishCount | commafy}} {{.RequeueCount | commafy}} {{.MessageCount | commafy}} {{.ConnectedDuration}}
{{end}}
{{template "footer.html" .}}