public class PhysicalMemory extends Object
| Constructor and Description |
|---|
PhysicalMemory() |
| Modifier and Type | Method and Description |
|---|---|
static Long |
freePhysicalMemory() |
static Long |
freeSwapSpace() |
static void |
main(String[] args) |
static Long |
ourCommittedVirtualMemory() |
static Long |
totalPhysicalMemory() |
static Long |
totalSwapSpace() |
public static Long totalPhysicalMemory()
public static Long freePhysicalMemory()
public static Long totalSwapSpace()
public static Long freeSwapSpace()
public static Long ourCommittedVirtualMemory()
public static void main(String[] args)
Copyright © 2015–2024. All rights reserved.