conferences | speakers | series

Garbage Collection Visualization, GCSpy and NetBeans in tandem

home

Garbage Collection Visualization, GCSpy and NetBeans in tandem
FOSDEM 2012

We are recently witnesses of continuous performance improvements both in hardware and software worlds. However for systems with millions requests and users, performance is still very important. One of not that obvious performance optimizations is Garbage Collection selection and tuning. Garbage Collectors save us a lot of time and shield us from low level memory problems. However to take full advantage of Garbage Collection, we need to make the exploration process easy. Visualizing the Garbage Collection techniques (visualizing events, understanding memory abstraction and fragmentation, history observation) is critical for mentioned performance tuning, lowering the memory allocation, consumption and GC pauses. This talk will introduce Garbage Collection in nutshell, but especially abstractions and terms defined in GCSpy project and summarize the porting process of GCSpy to NetBeans platform. We will look at advantages of NetBeans platform, summarize faced challenges and current status of the project and further ideas. I am looking for ideas to improve the GC visualization even more, other VM support (at least partial) and architecture overview.

Speakers: Martin Skurla