awslimitchecker icon indicating copy to clipboard operation
awslimitchecker copied to clipboard

Current usage percentage vs actual

Open anwoolterton opened this issue 6 years ago • 1 comments

Hi,

I have been looking at the awslimitchecker recently and it seems to be great at detailing out all the information.

It would be good to have an additional switch or option -u to show the current % against the actual current limit, this would be particularly useful for things like EC2 compute usage.

For example

EC2/Running On-Demand m5.4xlarge instances Max:100 Current: 90 <CRITICAL: 90 %>

anwoolterton avatar Feb 05 '19 18:02 anwoolterton

@anwoolterton thanks for the feature request.

This certainly would be possible to include in the CLI, though I don't think it's something I'll be implementing any time soon. Pull requests are always welcome.

Alternatively, this is also something that could be done if you're wrapping awslimitchecker in another script using the Python API.

jantman avatar Feb 05 '19 20:02 jantman