-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bucket loading meter #6269
Bucket loading meter #6269
Conversation
…tes as tooltip to statusbar
Sounds good to me. |
…n for download speed calculation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff! I left a couple of comments, but overall it already looks pretty good :)
frontend/javascripts/oxalis/model/bucket_data_handling/pullqueue.ts
Outdated
Show resolved
Hide resolved
frontend/javascripts/oxalis/model/bucket_data_handling/pullqueue.ts
Outdated
Show resolved
Hide resolved
- use polling instead of subscribting to download stats - remove all old usage of ConnectionInfo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, looks good to me 👍
…type * 'master' of github.com:scalableminds/webknossos: fix error when loading agglomerate skeleton for single-segment agglomerate (#6294) Editable Mappings aka Supervoxel Proofreading (#6195) Increase maximum interpolation depth to 100 (#6292) Add download modal to dataset view actions (#6283) Drop "Explorational" from info tab (#6290) Allow version history view in annotations not owned by you (#6274) Bucket loading meter (#6269) Revert "Merge "Shared Annotations" with "My annotations" (#6230)" (#6286) Merge "Shared Annotations" with "My annotations" (#6230)
This PR adds the current average download speed of buckets to the statusbar.
URL of deployed dev instance (used for testing):
Steps to test:
Open a dataset in view mode or any tracing.
While the buckets are being loaded the download indicator in the statusbar should show the current download speed. Note that the past downloaded buckets of up to 5 seconds are considered for the calculation. This means that up to five seconds long after nothing is downloaded, the status indication still shows that buckets are being downloaded.
Hover the download indication in the status bar. A tooltip should show the accumulated downloaded data amount in the form of buckets. To test this do the following:
I do not know how to test, whether the shown download speed is actually accurate 🤔 ....
Issues:
(Please delete unneeded items, merge only when none are left open)