netty5/buffer/src
Norman Maurer 271af7c624 Expose metrics for PooledByteBufAllocator
Motivation:

The PooledByteBufAllocator is more or less a black-box atm. We need to expose some metrics to allow the user to get a better idea how to tune it.

Modifications:

- Expose different metrics via PooledByteBufAllocator
- Add *Metrics interfaces

Result:

It is now easy to gather metrics and detail about the PooledByteBufAllocator and so get a better understanding about resource-usage etc.
2015-05-20 21:06:17 +02:00
..
main/java/io/netty/buffer Expose metrics for PooledByteBufAllocator 2015-05-20 21:06:17 +02:00
test/java/io/netty/buffer Reset markers when obtain PooledByteBuf. 2015-05-20 07:29:32 +02:00