JustinTulloss / zeromq.node

Node.js bindings to the zeromq library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue stats - memory usage, queue length etc

haganbt opened this issue · comments

Can anyone advise on how I can get basic analytics/stats regarding the memory usage and queue length? Are these features part of ZMQ or do these need to be measured outside i.e. count items going in and out as well as size of object?

Appreciate any thoughts.