I have server daemons running on several machines. I decide to expose the internal stats of the server daemons for monitoring and statistic, using HTTP protocol.
So, what's the simplest way to do this?
- The less 3rd-party jar dependencies, the better.
- The lighter the framework is, the better.
- The less complexity, the better.