-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Some distributed query engines have an interface for visualizing in real time what's happening in the cluster:
- in-flight queries
- available workers
- load on each worker
- resource utilization
- etc...
It would have been very useful to have something like this for #240, as I pretty needed to fill the whole code with debug statements and deploy it to the EC2-based benchmarking cluster to verify what was happening.
I've seen this be implemented as graphical UIs in other systems, that can be accessed by a browser, but I had a very good experience with https://github.com/tokio-rs/console for debugging issues in this project, so a terminal-based UI could be really useful and could be very remote-environment friendly.
Metadata
Metadata
Assignees
Labels
No labels