Bukkit Plugin Task manager / Activity Monitor

Discussion in 'Bukkit Discussion' started by Johannes, Jun 29, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Johannes

    I was wondering, is there any way to know how much ram a specific plugin is using within Bukkit?

    I'd love to have a way to objectively compare how much of an impact one plugin has on my server's performance vs. another.

    Is there currently a way to do this? If not, it'd be sweet if there was a way to add this as a feature for bukkit, since it would make debugging a server's performance way easier.
     
  2. Offline

    TheMadMan697

    thats an exelent idea. i dont know of any plugin that can do that. would be nice to see cpu usage of plugins as well if thats even possible.
     
  3. Offline

    matejdro

    Yup, a tool that will help analyzing server performance would be great idea.

    One problem may be that plugin may start up threads, which are hard to analyze. But those threads starts in another processor cores (i guess most servers have at least 2 cores now), so impact on bukkit should not be big.
     
  4. Offline

    ShaDooM

    That'd be a great tool to have :)
     
  5. Offline

    Johannes

  6. Offline

    matejdro

    Well It's not only memory usage. Plugin may use only 10kb of your memory, but it would use 50% of the CPU.
     
  7. Offline

    HunterAP

    The Bukkit team could add some plugin monitoring. They could track how much time each plugin eats per cycle.
     
  8. Offline

    nickguletskii

    VisualVM.
     
Thread Status:
Not open for further replies.

Share This Page