{{template "header.html" .}} {{$g := .GraphOptions}} {{$gts := .GlobalTopicStats}} {{$firstTopic := index .TopicStats 0}}

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 $firstTopic.E2eProcessingLatency.Percentiles}} {{end}} {{if $g.Enabled}}{{end}} {{range $e2e := $firstTopic.E2eProcessingLatency.Percentiles}} {{end}} {{range $t := .TopicStats}} {{if $g.Enabled}} {{end}} {{if $t.E2eProcessingLatency.Percentiles}} {{range $e2e := $t.E2eProcessingLatency.Percentiles}} {{end}} {{end}} {{if $g.Enabled}} {{if $t.E2eProcessingLatency.Percentiles}} {{end}} {{end}} {{end}} {{if $g.Enabled}} {{end}} {{if $gts.E2eProcessingLatency.Percentiles}} {{range $e2e := $gts.E2eProcessingLatency.Percentiles}} {{end}} {{end}} {{if $g.Enabled}} {{if $gts.E2eProcessingLatency.Percentiles}} {{end}} {{end}}
E2E Processing Latency
NSQd Host Depth Memory + Disk MessagesRateChannels{{$e2e.quantile | floatToPercent}}{{$e2e.quantile | percSuffix}}
{{.HostAddress}}
{{.Depth | commafy}} {{.MemoryDepth | commafy}} + {{.BackendDepth | commafy}} {{.MessageCount | commafy}}{{.ChannelCount}} {{$e2e.average | nanotohuman}}
Total: {{$gts.Depth | commafy}} {{$gts.MemoryDepth | commafy}} + {{$gts.BackendDepth | commafy}} {{$gts.MessageCount | commafy}} {{$gts.ChannelCount}} {{$e2e.average | nanotohuman}}
{{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 $firstTopic.E2eProcessingLatency.Percentiles}} {{end}} {{if $g.Enabled}}{{end}} {{range $e2e := $firstTopic.E2eProcessingLatency.Percentiles}} {{end}} {{range $c := .ChannelStats}} {{if $g.Enabled}} {{end}} {{if $c.E2eProcessingLatency.Percentiles}} {{range $e2e := $c.E2eProcessingLatency.Percentiles}} {{end}} {{end}} {{if $g.Enabled}} {{if $c.E2eProcessingLatency.Percentiles}} {{end}} {{end}} {{end}}
E2E Processing Latency
Channel Depth Memory + Disk In-Flight Deferred Requeued Timed Out MessagesRateConnections{{$e2e.quantile | floatToPercent}}{{$e2e.quantile | percSuffix}}
{{$c.ChannelName}} {{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}} {{$e2e.average | nanotohuman}}
{{end}}
{{template "js.html" .}} {{template "footer.html" .}}