类 ProcessInfo.MemoryInfo
java.lang.Object
org.springframework.boot.info.ProcessInfo.MemoryInfo
- 封闭类:
ProcessInfo
Memory information.
- 从以下版本开始:
- 3.4.0
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Garbage collection information.static class
-
方法概要
-
方法详细资料
-
getHeap
-
getNonHeap
-
getGarbageCollectors
Garbage Collector information for the process. This list provides details about the currently used GC algorithms selected by the user or JVM ergonomics. It might not be trivial to know the used GC algorithms since that usually depends on theRuntime.availableProcessors()
(see:ProcessInfo.getCpus()
) and the available memory (see:ProcessInfo.MemoryInfo.MemoryUsageInfo
).- 返回:
List
ofProcessInfo.MemoryInfo.GarbageCollectorInfo
.- 从以下版本开始:
- 3.5.0
-