CleverCloud / clever-tools

The official command line interface for Clever Cloud
https://www.clever-cloud.com/
Apache License 2.0
74 stars 46 forks source link

How to manage metrics on CLI #185

Open waxzce opened 6 years ago

waxzce commented 6 years ago

As Clever Cloud Metrics is now released, we need to decide how do we manage it on CLI.

Can we add something as a shortcut to open the console on metrics for the linked application? Seems simple to do and can be helpful

urcadox commented 6 years ago

A command to get an average over X time / median / latest value for a specific metric could be useful

Korbik commented 6 years ago

htop like .

divarvel commented 6 years ago

A simple version would be purely textual output. We could also use something like blessed-contrib to display more graphical stuff, but I'm worried it'd make the application too heavy.

aurrelhebert commented 1 year ago

CPU, load and RAM are available in API, we could implement an application metrics / stats command. This could not be an htop as metrics are collected around every minutes.