garbageCollection
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Details for garbage collection.
XML
Elements
| name (type) |
min/max occurs |
description |
|
name (string)
|
0/1 |
The name of the garbage collector.
|
|
collectionCount (long)
|
1/1 |
|
|
collectionTime (string)
|
0/1 |
The total amount of time spent garbage collecting.
|
JSON
| property |
type |
description |
| name |
name (string)
|
The name of the garbage collector.
|
| collectionCount |
collectionCount (long)
|
|
| collectionTime |
collectionTime (string)
|
The total amount of time spent garbage collecting.
|