You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
Currently, the UI shows the following three properties in the form of progress bars:
TODOs:
The text was updated successfully, but these errors were encountered: