{{template "header.html" .}}
Host | Depth | Memory + Disk | In-Flight | Deferred | Requeued | Timed Out | Messages | 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}} | {{$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}} | {{$c.ClientCount}} |
No Clients connected to this channel.
{{else}}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}} |