Interface ProcessInfoFactory.ProcessInfo
- Enclosing class:
ProcessInfoFactory
public static interface ProcessInfoFactory.ProcessInfo
Represents a process and its accessible information.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
getVirtualSize
long getVirtualSize()Gets the Virtual Memory Size (VSZ). Includes all memory that the process can access, including memory that is swapped out and memory that is from shared libraries.- Returns:
- the Virtual Memory Size
-