Fork me on GitHub
#aleph
<
2017-09-11
>
odinodin07:09:44

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

ztellman19:09:14

@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

ztellman19:09:24

there is no built-in monitoring

odinodin21:09:05

Ok, thanks :)