{{template "header.html" .}} {{$g := .GraphOptions}}

Topic: {{.Topic}}

Channel: {{.Channel}}

{{if not .ChannelStats}}

Notice

No producers exist for this topic/channel.

See Lookup for more information.

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

Channel Message Queue

{{if $g.Enabled}}{{end}} {{range $c := .ChannelStats.HostStats}} {{if $g.Enabled}} {{end}} {{if $g.Enabled}} {{end}} {{ end }} {{ with $c := .ChannelStats }} {{if $g.Enabled}} {{end}} {{if $g.Enabled}} {{end}} {{ end }}
Host Depth Memory + Disk In-Flight Deferred Requeued Timed Out MessagesRateConnections
{{$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}}

Notice

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}}
{{end}} {{template "js.html" .}} {{template "footer.html" .}}