{{template "header.html" .}} {{$g := .GraphOptions}} {{$node := .Node}} {{$numTopics := .TopicStats | len}} {{$numMessages := .NumMessages | commafy}} {{$numClients := .NumClients}} {{if $g.Enabled}}
GC Pressure
GC Pause Percentiles
GC Runs
Heap Objects In-Use
{{end}}
{{if not .TopicStats}}

Notice

No topics exist on this node.
{{else}} {{range $t := .TopicStats}} {{if not .Channels}} {{else}} {{range $c := .Channels}} {{if not .Clients}} {{else}} {{range .Clients}} {{end}} {{end}} {{end}} {{end}}
{{$numTopics}} Topics {{$numMessages}} Messages {{$numClients}} Clients
Topic Depth Memory + Disk Messages Channels
{{.TopicName}} {{if $g.Enabled}}{{end}} {{.Depth | commafy}} {{.MemoryDepth | commafy}} + {{.BackendDepth | commafy}} {{if $g.Enabled}}{{end}} {{.MessageCount | commafy}} {{.ChannelCount}}

Notice

No channels exist for this topic.
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}}

Notice

No clients connected to this channel.
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" .}}