MCPcopy
hub / github.com/oshi/oshi / getVirtualSize

Method getVirtualSize

oshi-core/src/main/java/oshi/software/os/OSProcess.java:215–215  ·  view source on GitHub ↗

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. @return the Virtual Memory Size

()

Source from the content-addressed store, hash-verified

213 * @return the Virtual Memory Size
214 */
215 long getVirtualSize();
216
217 /**
218 * Gets the Resident Set Size (RSS). Used to show how much memory is allocated

Callers 4

parseProcessesMethod · 0.95
printProcessesMethod · 0.95
testProcessStatsMethod · 0.65
updateAttributesMethod · 0.65

Implementers 1

AbstractOSProcessoshi-core/src/main/java/oshi/software/

Calls

no outgoing calls

Tested by 2

printProcessesMethod · 0.76
testProcessStatsMethod · 0.52