Menu

Tree [3e222a] master /
 History

HTTPS access


File Date Author Commit
 .settings 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [edc0cc] Signed-off-by: Akshat Kumar Vaish <akshatvaish....
 libs 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [edc0cc] Signed-off-by: Akshat Kumar Vaish <akshatvaish....
 src 2014-01-11 Akshat Kumar Vaish Akshat Kumar Vaish [3e222a] Names of monitors changes to something simpler
 .classpath 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [edc0cc] Signed-off-by: Akshat Kumar Vaish <akshatvaish....
 .gitignore 2013-12-20 Akshat Kumar Vaish Akshat Kumar Vaish [eeebd8] Ignoring for #7
 .project 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [88eba3] Project name corrected
 LICENSE 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [6bfaad] Initial commit
 README.md 2013-12-18 Akshat Kumar Vaish Akshat Kumar Vaish [27ecd3] used url's for various wiki pages until I find ...
 gcRadar-credits.html 2013-12-17 Akshat Kumar Vaish Akshat Kumar Vaish [edc0cc] Signed-off-by: Akshat Kumar Vaish <akshatvaish....

Read Me

gcRadar

This project is being migrated from http://sourceforge.net/projects/gcradar/

Overview

GcRadar is a library that will monitor the activities of the Java Garbage collector on the objects of the client codes choosing. It is designed to give the client source code access to such information. The library can provide this information by using callbacks, log4j and simple polling by the client code. The library can also be used by developers for unit-testing memory intensive code.

Usage & Examples

gcRadar Usage

Example - SimpleObjectSingleThreadedMonitor

Example - SingleObjectSingleThreadedLog4jMonitor

Example - ObjectTreeMonitor

How it Works ?

How it works ?