Compare commits
3 commits
0411c20b94
...
0c74ee2824
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c74ee2824 | |||
| 1c8d6ab912 | |||
| 2027e61d84 |
1 changed files with 12 additions and 0 deletions
12
dash-fixes.md
Normal file
12
dash-fixes.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- Add connection map?
|
||||
- Noisy telemetrics
|
||||
- terminate cluster button
|
||||
- popup should be ui-flavored not browser popup
|
||||
- hardware stats seem broken
|
||||
- button for selecting offers needs to be higher, so I dont have to scroll down. Maybe next to 'OFFERS' text.
|
||||
- need some more information indicators for the remote nodes. Maybe stdout should be displayed on the Fleet focus view, so we can see activity?
|
||||
- Actors and their stats are incredibly noisy, not sure its an easy fix. IFF the fix is obvious and easy, we need a way to fix the stats displayed for: mailbox (clears so fast its always 0), throughput (always too high-looking, ~4k msg/s but its processed maybe 2 or three) When focused, the throughput graph looks fine though.
|
||||
- For telemetry specifically, a lot of this should be done by a task not an actor, actors are control flow, tasks are for continuous state-independant work (like already-negotiated streams using quic, and hardware stat samples on a fixed timer).
|
||||
- Potential, future, instead of only 'Kill' we should have other buttons that match typical cloud and particularly vastai options?
|
||||
- Actors on the Fleet single node focus panel need to not jump around like they do, it makes clicking them too difficult.
|
||||
- We should add arrows, copy the vastai provisioning arrows, that allow you to sort the various actor bits quickly
|
||||
Loading…
Reference in a new issue