org.terracotta.offheapstore.util
Class PhysicalMemory

java.lang.Object
  extended by org.terracotta.offheapstore.util.PhysicalMemory

public class PhysicalMemory
extends Object

Author:
cdennis

Constructor Summary
PhysicalMemory()
           
 
Method Summary
static Long freePhysicalMemory()
           
static Long freeSwapSpace()
           
static void main(String[] args)
           
static Long ourCommittedVirtualMemory()
           
static Long totalPhysicalMemory()
           
static Long totalSwapSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalMemory

public PhysicalMemory()
Method Detail

totalPhysicalMemory

public static Long totalPhysicalMemory()

freePhysicalMemory

public static Long freePhysicalMemory()

totalSwapSpace

public static Long totalSwapSpace()

freeSwapSpace

public static Long freeSwapSpace()

ourCommittedVirtualMemory

public static Long ourCommittedVirtualMemory()

main

public static void main(String[] args)


Copyright © 2016. All Rights Reserved.