Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin profiling feature #184

Open
tuxillator opened this issue Feb 1, 2015 · 0 comments
Open

Plugin profiling feature #184

tuxillator opened this issue Feb 1, 2015 · 0 comments

Comments

@tuxillator
Copy link

Would be good to have some form of plugin profiling available to server admins when they have a misbehaving plugin on their server. This would be functionally similar to Spigot's /timing command.

Could be implemented either:

  • as a server configuration option
  • as a command, that toggles profiling mode on and off

When enabled, I would like to see:

  • time spent in plugin per tick averaged over second
  • by plugin, time spent in each method call (perhaps Thread.getStackTrace() ).

Results should go to some log file (profile.log) due to volume of information and ability to send in to plugin devs for diagnosis.

@darkdiplomat darkdiplomat added this to the TBD milestone Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants