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

Topic: {{.Topic}}

{{if not .TopicStats}}

Topic Message Queue

Notice

No producers exist for this topic.

See Lookup for more information.

{{else}}

Topic Message Queue

{{if $g.Enabled}}{{end}} {{range $t := .TopicStats}} {{if $g.Enabled}} {{end}} {{end}} {{if $g.Enabled}} {{end}}
NSQd Host Depth Memory + Disk MessagesRateChannels
{{.HostAddress}}
{{if $g.Enabled}}{{end}} {{.Depth | commafy}} {{.MemoryDepth | commafy}} + {{.BackendDepth | commafy}} {{if $g.Enabled}}{{end}} {{.MessageCount | commafy}} {{.ChannelCount}}
Total: {{if $g.Enabled}}{{end}} {{$gts.Depth | commafy}} {{$gts.MemoryDepth | commafy}} + {{$gts.BackendDepth | commafy}} {{if $g.Enabled}}{{end}} {{$gts.MessageCount | commafy}} {{$gts.ChannelCount}}
{{end}}
{{ if not .ChannelStats }}

Channel Message Queues

Notice

No channels exist for this topic.

Messages will queue at the topic until a channel is created.

{{else}}

Channel Message Queues

{{if $g.Enabled}}{{end}} {{range $c := .ChannelStats}} {{if $g.Enabled}} {{end}} {{end}}
Channel Depth Memory + Disk In-Flight Deferred Requeued Timed Out MessagesRateConnections
{{$c.ChannelName}} {{if $c.Paused}}paused{{end}} {{if $g.Enabled}}{{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}} {{if $g.Enabled}}{{end}} {{$c.ClientCount}}
{{end}}
{{template "js.html" .}} {{template "footer.html" .}}