Skip to content

LindaJuffermans/observable

 
 

Repository files navigation

observable -- see what's lagging your server

This is a spiritual successor to LagGoggles for Minecraft 1.16 (and hopefully later versions). Licensed under MPLv2.

See CurseForge for download links.

Development notes

Fabric 1.17:

  • To run the mod in a development environment, you currently need to set the DEV_ENV environment variable, like so. This will be improved in the future, as it is also a problem for Forge 1.17 and I'd like to handle it in a more batter manner.

ROADMAP:

  1. Allow exporting of profiling data.
  2. Currently, blocks and entities are profiled by simply timing how long it takes for the blocks to tick. I'm exploring methods of sampling stack traces for individual entities, so users and devs can get an idea of what exactly the block is doing to take up tick time.

About

See what's lagging your server. 500k+ downloads on CurseForge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 91.3%
  • Java 8.7%