cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI Metrics

Open JakeCooper opened this issue 2 years ago • 2 comments

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

JakeCooper avatar Jul 14 '22 23:07 JakeCooper

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.

daveshanley avatar Jul 15 '22 12:07 daveshanley

  • 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

alexng353 avatar Jul 29 '23 11:07 alexng353