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

Region properties #24

Open
2 of 3 tasks
Szegoo opened this issue Jan 5, 2024 · 1 comment
Open
2 of 3 tasks

Region properties #24

Szegoo opened this issue Jan 5, 2024 · 1 comment
Assignees

Comments

@Szegoo
Copy link
Member

Szegoo commented Jan 5, 2024

Currently, the UI shows the following three properties in the form of progress bars:

  • Core ownership (Currently working)
  • Consumed (not working)
  • Current usage (not working)

TODOs:

  • Rename 'Core ownership' to 'Coretime ownership'. This makes more sense given that a core is time-multiplexed and not space-multiplexed.
  • 'Consumed' should indicate the portion of the region already used, with the progress bar reflecting the elapsed time since the region's start.
  • 'Current Usage', applicable only to assigned regions, should display the weight consumption of the task in use relative to its maximum potential. (This can be added in M2)
@Szegoo Szegoo assigned cuteolaf and Szegoo and unassigned cuteolaf Jan 5, 2024
@Szegoo
Copy link
Member Author

Szegoo commented Feb 24, 2024

For the current usage instead of querying from the RPC nodes, we can use the corespace weigher server to get the average consumption over a period of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants