Memory and CPU monitor

Discussion in 'Archived: Plugin Requests' started by WiseHollow, Apr 20, 2014.

  1. Offline

    WiseHollow

    Is there a plugin that monitors plugin memory and CPU usage. I think one of my plugins are causing memory issues and i need to track it down. Any help is appriciated.
     
  2. Offline

    Me4502

    A plugin will be extremely innacurate, as measuring itself will not work too well. What you need is something like a memory profiler, such as jVisualVM.
     
  3. Offline

    WiseHollow

    Me4502

    How can i use that with a plugin? I thought it was for standalone Java applications.
     
  4. Offline

    Me4502


    You can't just profile a single plugin, Java doesn't work that way. You need to profile the entire application, and find what ones are using more memory progressively. If a plugin keeps using more and more total memory, without releasing it, you have a memory leak.
     

Share This Page