Interface MemoryStats.Stats

  • Enclosing interface:
    MemoryStats

    @Immutable
    public static interface MemoryStats.Stats
    • Method Detail

      • activeFile

        Long activeFile()
      • totalActiveFile

        Long totalActiveFile()
      • inactiveFile

        Long inactiveFile()
      • totalInactiveFile

        Long totalInactiveFile()
      • cache

        Long cache()
      • totalCache

        Long totalCache()
      • activeAnon

        Long activeAnon()
      • totalActiveAnon

        Long totalActiveAnon()
      • inactiveAnon

        Long inactiveAnon()
      • totalInactiveAnon

        Long totalInactiveAnon()
      • hierarchicalMemoryLimit

        BigInteger hierarchicalMemoryLimit()
      • mappedFile

        Long mappedFile()
      • totalMappedFile

        Long totalMappedFile()
      • pgmajfault

        Long pgmajfault()
      • totalPgmajfault

        Long totalPgmajfault()
      • pgpgin

        Long pgpgin()
      • totalPgpgin

        Long totalPgpgin()
      • pgpgout

        Long pgpgout()
      • totalPgpgout

        Long totalPgpgout()
      • pgfault

        Long pgfault()
      • totalPgfault

        Long totalPgfault()
      • totalRss

        Long totalRss()
      • rssHuge

        Long rssHuge()
      • totalRssHuge

        Long totalRssHuge()
      • unevictable

        Long unevictable()
      • totalUnevictable

        Long totalUnevictable()
      • totalWriteback

        Long totalWriteback()
      • writeback

        Long writeback()