Craig Wickesser
unread,Dec 10, 2014, 7:21:15 PM12/10/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nsq-...@googlegroups.com
I've been looking at NSQ today and particularly the stats, but I had a question about what some of the fields represent.
For a channel:
"depth": 0,
"backend_depth": 0,
"in_flight_count": 0,
"deferred_count": 0,
"message_count": 20915,
"requeue_count": 0,
"timeout_count": 0,
For a client of a channel:
"state": 3,
"ready_count": 200,
"in_flight_count": 0,
"message_count": 20915,
"finish_count": 20915,
"requeue_count": 0,
"connect_ts": 1418256788,
Message count seems obvious, but some of the others I'm not certain about.
Thanks in advance, I didn't find it documented.