Benchmarking Plugins?

Discussion in 'Plugin Development' started by kinglime, Jun 12, 2013.

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

    kinglime

    I am new to plugin development and I'm trying to create some very lightweight plugins that use as little RAM and CPU as possible. Are there ways to easily monitor or benchmark my plugins for efficiency?
     
  2. Offline

    TheTrixsta

    Your plugins will literally use not even but maybe 2mb, and thats if its storing a lot of data to the ram, you don't need to be worried.
     
  3. Offline

    psycowithespn

    If you feel the need, you can record timings for events inside of bukkit for event usage. You can also run a profiler on the server to see how much cpu your plugin is using as a whole.
     
  4. Offline

    kinglime

    It's not so much that I'm worried, I am just a very technical person and I would love to monitor this sort of thing and analyze it.

    How would I go about doing that? Are there any good tutorials available?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
    TheTrixsta likes this.
  5. Offline

    Wingzzz

  6. Offline

    kinglime

  7. Offline

    rsod

    Timings will help you. Use spigot to get more exact information about it. Also, remember that timings are not absolute and depending on machine where minecraft is running
     
Thread Status:
Not open for further replies.

Share This Page