JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
io.netty.buffer

Interface PoolArenaMetric



  • public interface PoolArenaMetric
    Expose metrics for an arena.
    • Method Detail

      • numTinySubpages

        int numTinySubpages()
        Returns the number of tiny sub-pages for the arena.
      • numSmallSubpages

        int numSmallSubpages()
        Returns the number of small sub-pages for the arena.
      • numChunkLists

        int numChunkLists()
        Returns the number of chunk lists for the arena.
      • numAllocations

        long numAllocations()
        Return the number of allocations done via the arena. This includes all sizes.
      • numTinyAllocations

        long numTinyAllocations()
        Return the number of tiny allocations done via the arena.
      • numSmallAllocations

        long numSmallAllocations()
        Return the number of small allocations done via the arena.
      • numNormalAllocations

        long numNormalAllocations()
        Return the number of normal allocations done via the arena.
      • numHugeAllocations

        long numHugeAllocations()
        Return the number of huge allocations done via the arena.
      • numDeallocations

        long numDeallocations()
        Return the number of deallocations done via the arena. This includes all sizes.
      • numTinyDeallocations

        long numTinyDeallocations()
        Return the number of tiny deallocations done via the arena.
      • numSmallDeallocations

        long numSmallDeallocations()
        Return the number of small deallocations done via the arena.
      • numNormalDeallocations

        long numNormalDeallocations()
        Return the number of normal deallocations done via the arena.
      • numHugeDeallocations

        long numHugeDeallocations()
        Return the number of huge deallocations done via the arena.
      • numActiveAllocations

        long numActiveAllocations()
        Return the number of currently active allocations.
      • numActiveTinyAllocations

        long numActiveTinyAllocations()
        Return the number of currently active tiny allocations.
      • numActiveSmallAllocations

        long numActiveSmallAllocations()
        Return the number of currently active small allocations.
      • numActiveNormalAllocations

        long numActiveNormalAllocations()
        Return the number of currently active normal allocations.
      • numActiveHugeAllocations

        long numActiveHugeAllocations()
        Return the number of currently active huge allocations.
      • numActiveBytes

        long numActiveBytes()
        Return the number of active bytes that are currently allocated by the arena.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /