cli
cli copied to clipboard
CLI Metrics
https://twitter.com/daveshanley/status/1547721269142925317
Would be cool to have some sort of way to display metrics in the CLI
If someone's interested in doing this, I can happily setup a gateway/provide the GQL to make this happen
Some ideas:
- Simple "what do I look like right now" output (compute/mem/network). Have this update as often as possible.
- ASCII Charts would be awesome (suggested by @JakeCooper )
- A 'top' like feature, showing compute across apps in the project, some kind of updating table
- JSON output for tooling using the CLI as input.
- A 'top' like feature, showing compute across apps in the project, some kind of updating table
Streaming resource usage would be really cool but I'm not sure of the feasibility of streaming that off of the API...
I hope the API supports it tho because that would be a sick feature for cli to hvae