Netty: Number of outstanding requests -


in apache, there server-status page tells me current status of server. in particular, tells me number of requests ('currently' in, @ time when server-status page accessed) being processed. there way find out same in netty?

it's not built in, conceptually easy implement (or easy describe, anyways ;) )

  1. create sharable channelhandler:
  2. add [same] channelhandler instance created pipelines first handler.

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -