How can I monitor the state of an aleph TCP-server? i.e show number of connected clients, throughput, etc
@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
there is no built-in monitoring
Ok, thanks :)