aleph

odinodin 2017-09-11T07:10:44.000147Z

How can I monitor the state of an aleph TCP-server? i.e show number of connected clients, throughput, etc

ztellman 2017-09-11T19:32:14.000249Z

@odinodin you can either update some sort of central state in your handler function, or create a Netty ChannelHandler that you insert using :bootstrap-transform

ztellman 2017-09-11T19:32:24.000285Z

there is no built-in monitoring

odinodin 2017-09-11T21:20:05.000219Z

Ok, thanks :)