Splunk Completes Acquisition of Plumbr Learn more

To blog |

Plumbr joins flyweight class – version 1.2 is out.

October 8, 2012 by Priit Potter Filed under: Product Updates

It has now been three months since the last major release. We have not been sitting on our hands – quite the contrary. The main focus of the release was to reduce performance overhead posed by our solution.

Numerous customers have asked us about the actual overhead our tool poses. And the second subset of our customers was not happy with the performance impact we posed so far. So we listened and started measuring. And optimizing. And measuring again. As the topic proved to be far more difficult and interesting than we originally imagined, we also covered the lessons learned in our blog posts – available here, here and here.

Without further ado, here are the results:

  • The CPU overhead is reduced significantly. We now pose 20-30% CPU overhead on application throughput.
  • Memory overhead on typical heaps (500MB – 2GB) is between 5-20%. On larger heaps we are yet to conduct more tests but as of now we have not seen our footprint to extend 300MB in total for heap sized in the 3-4GB range.

This also poses an interesting question for us – would you consider a tool with overhead numbers like this for a production deployment? Or if not, then what would you consider as an acceptable overhead for your production leak hunter?

We have also made smaller improvements:

  • We now support older environments – glibc requirement is reduced to 2.4 and the JVMTI version required now is confirmed to work with early releases of Java 5 virtual machines.
  • We have significantly reduced the number of false positive reports for classloader leaks.
  • Several improvements for the Plumbr hot-attach GUI
  • Installation integrity is now being checked at Plumbr start-up
  • And numerous bugfixes and other smaller improvements you can check out from the release notes.

If you are facing a memory leak and cannot resolve it – go ahead, register and download Plumbr. If you are running an older version of Plumbr, we strongly recommend downloading an upgrade.

ADD COMMENT

Comments

production memory leak detection. Sounds really “smart”

render

Where else would you detect memory leaks? A big portion of the leaks I’ve seen only appeared on production servers.

James