mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
19.05.2007 e46c6d744ad40707335478e539edba1935f8c39a
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, September 19, 2007 19:05 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, September 19, 2007 19:05 +0200
commite46c6d744ad40707335478e539edba1935f8c39a
tree e44256fb30183b49f105ad721e8e413629729bf6 tree | zip | gz
parent 64211fec78618eca2c8303abe50c85299ecc9b9e view | diff
Add a new monitor provider that can be used to monitor memory usage within the
JVM, including:

- The total number of garbage collections (per memory pool)
- The total duration of all garbage collections (per memory pool)
- The averge duration for a garbage collection (per memory pool)
- The duration of the most recent garbage collection (per memory pool)
- The current size of each memory region
- The size of each memory region after the last garbage collection
2 files modified
2 files added
423 ■■■■■ changed files
opends/resource/config/config.ldif 24 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 3 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MemoryUsageMonitorProviderConfiguration.xml 61 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/MemoryUsageMonitorProvider.java 335 ●●●●● diff | view | raw | blame | history