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

Topic: {{.Topic}}

{{if not .TopicHostStats}}

Topic Message Queue

Notice

No producers exist for this topic.

See Lookup for more information.

{{else}}

Topic Message Queue

{{range .TopicHostStats}} {{end}} {{with .GlobalTopicStats}} {{end}}
nsqd Host Depth Memory + Disk Messages Channels
{{.HostAddress}} {{if $g.Enabled}}{{end}} {{.Depth | commafy}} {{.MemoryDepth | commafy}} + {{.BackendDepth | commafy}} {{if $g.Enabled}}{{end}} {{.MessageCount | commafy}} {{.ChannelCount}}
Total: {{if $g.Enabled}}{{end}} {{.Depth | commafy}} {{.MemoryDepth | commafy}} + {{.BackendDepth | commafy}} {{if $g.Enabled}}{{end}} {{.MessageCount | commafy}} {{.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

{{range $c := .ChannelStats}} {{end}}
Channel Depth Memory + Disk In-Flight Deferred Requeued Timed Out Messages Connections
{{$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" .}}