{{template "header.html" .}} {{$g := .GraphOptions}}
Topic: {{.Topic}}
Channel: {{.Channel}}
See Lookup for more information.
Message Queues | {{if $g.Enabled}}Statistics | {{else}}Statistics | {{end}}|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NSQd Host | Depth | Memory + Disk | In-Flight | Deferred | Requeued | Timed Out | Messages | {{if $g.Enabled}}Rate | {{end}}Connections | ||||
{{$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}} | {{if $g.Enabled}}{{end}} | {{$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}} | {{if $g.Enabled}}{{end}} | {{$c.ClientCount}} | ||||
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}} |