Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 511 Bytes

GarbageCollectionDTO.md

File metadata and controls

13 lines (8 loc) · 511 Bytes

GarbageCollectionDTO

Properties

Name Type Description Notes
name String The name of the garbage collector. [optional]
collectionCount Long The number of times garbage collection has run. [optional]
collectionTime String The total amount of time spent garbage collecting. [optional]
collectionMillis Long The total number of milliseconds spent garbage collecting. [optional]