SaadKhan-BCG / CarbonPlugin

Tool to monitor and expose Carbon consumption of apps by region to aid Carbon Aware development
0 stars 0 forks source link

Implement low power cli only mode #11

Closed SaadKhan-BCG closed 1 year ago

SaadKhan-BCG commented 1 year ago

Maybe consider something like https://github.com/guptarohit/asciigraph for printing graphs? also some very simple stats

but std out to terminal, no prometheus no grafana just the exporter Theres a good chance I can reuse some of my debugging logging for this

Depends on https://github.com/SaadKhan-BCG/CarbonPlugin/issues/10 As this should be added as a cli option on it

SaadKhan-BCG commented 1 year ago

time series for live data and a table at bottom (too many time series will be a mess)

basic, output current consumption take a snapshot? running total? -> default output

maybe multiple running modes e.g. realtime mode (visualize in cli), running total, total by region/time still have the prometheus mode as an option of cli