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

Show a percentage of generated tiles #4189

Open
RoOoBerT opened this issue Feb 2, 2025 · 0 comments
Open

Show a percentage of generated tiles #4189

RoOoBerT opened this issue Feb 2, 2025 · 0 comments
Labels
Feature Request Requests for Features

Comments

@RoOoBerT
Copy link

RoOoBerT commented Feb 2, 2025

Feature Description:
I would like to be able to see easily what proportion of the dynmap is still to generate.
This is specifically useful for initial generation.
Currently something can be computed with the /dynmap stats command so I think it could be easily implemented.
My idea is to divide the number of chunks yet to render in the queue by the total number of chunks already rendered.
For example if my server has 100 chunks, 95 generated and 5 in queue, then the dynmap status is 95% up to date.

  • Additional context:
    Exemple :
/dynmap stats
Tile Render Statistics:  terratonic.flat: processed=2747, rendered=2747, updated=2000, transparent=11  terratonic.t: processed=40132, rendered=40132, updated=34718, transparent=308  TOTALS: processed=42879, rendered=42879, updated=36718, transparent=319  Triggered update queue size: 111 + 7035
Active render jobs: Chunk Loading Statistics:  Cache hit rate: 80.24%  Chunks processed: Cached: count=3719984, 0.00 msec/chunk  Chunks processed: Already Loaded: count=25665, 0.64 msec/chunk  Chunks processed: Load Required: count=59498, 0.89 msec/chunk  Chunks processed: Not Generated: count=385739, 0.01 msec/chunk

Something like this could be added to this command, but I think it would be even better with a new command, for example :

/dynmap status
111+7035=7146 tiles queued / 40132 tiles rendered = 83% finished rendering

EDIT : it could also be very interesting to have an approximate progress while being updated for a fullrender/radiusrender etc.

@RoOoBerT RoOoBerT added the Feature Request Requests for Features label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Requests for Features
Projects
None yet
Development

No branches or pull requests

1 participant