public interface PoolArenaMetric
Modifier and Type | Method and Description |
---|---|
java.util.List<PoolChunkListMetric> |
chunkLists()
返回包含 PoolChunkListMetric 的不可修改的List 。
|
long |
numActiveAllocations()
返回当前活动分配的数量。
|
long |
numActiveBytes()
返回竞技场当前分配的活动字节数。
|
long |
numActiveHugeAllocations()
返回当前活动巨额分配的数量。
|
long |
numActiveNormalAllocations()
返回当前活动的正常分配的数量。
|
long |
numActiveSmallAllocations()
返回当前活动的小分配的数量。
|
long |
numActiveTinyAllocations()
返回当前活动的小分配的数量。
|
long |
numAllocations()
返回通过竞技场完成的分配数量。
|
int |
numChunkLists()
返回竞技场的块列表数量。
|
long |
numDeallocations()
返回通过舞台完成释放的次数。
|
long |
numHugeAllocations()
返回通过舞台完成的巨额分配数量。
|
long |
numHugeDeallocations()
返回通过舞台完成的巨大释放次数。
|
long |
numNormalAllocations()
返回通过竞技场完成的正常分配的数量。
|
long |
numNormalDeallocations()
返回通过舞台完成的正常释放次数。
|
long |
numSmallAllocations()
返回通过舞台完成的小分配数量。
|
long |
numSmallDeallocations()
返回通过舞台完成的小量释放次数。
|
int |
numSmallSubpages()
返回竞技场的小型子页面的数量。
|
int |
numThreadCaches()
返回此场所支持的线程缓存的数量。
|
long |
numTinyAllocations()
返回通过舞台完成的微小分配的数量。
|
long |
numTinyDeallocations()
返回通过舞台完成的微量释放次数。
|
int |
numTinySubpages()
返回竞技场的微小子页面的数量。
|
java.util.List<PoolSubpageMetric> |
smallSubpages()
返回一个不可修改的 List ,其中包含小型子页面的PoolSubpageMetric 。
|
java.util.List<PoolSubpageMetric> |
tinySubpages()
返回一个不可修改的 List ,其中包含PoolSubpageMetric 个子页面。
|
int numThreadCaches()
int numTinySubpages()
int numSmallSubpages()
int numChunkLists()
java.util.List<PoolSubpageMetric> tinySubpages()
List
,其中包含PoolSubpageMetric
个子页面。
java.util.List<PoolSubpageMetric> smallSubpages()
List
,其中包含用于小型子页面的PoolSubpageMetric
。
java.util.List<PoolChunkListMetric> chunkLists()
PoolChunkListMetric
的不可修改的List
。
long numAllocations()
long numTinyAllocations()
long numSmallAllocations()
long numNormalAllocations()
long numHugeAllocations()
long numDeallocations()
long numTinyDeallocations()
long numSmallDeallocations()
long numNormalDeallocations()
long numHugeDeallocations()
long numActiveAllocations()
long numActiveTinyAllocations()
long numActiveSmallAllocations()
long numActiveNormalAllocations()
long numActiveHugeAllocations()
long numActiveBytes()
Copyright © 2008–2018 The Netty Project. All rights reserved.