robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.13k stars 115 forks source link

Round mem values #119

Open almson opened 8 months ago

almson commented 8 months ago

Mem requests/limits should not be displayed with 12-digit precision. It's not how UI tools should work. Just round up and don't display more than 4 significant digits. Also it would be nice if we could choose base-10 or base-2 units. (Base-2 units are inconvenient except for very specific usecases and the industry is slowly moving away from them.)

towolf commented 7 months ago

And I would like to see "full core" units (not millicores) and Gibibytes. Should be a CLI flag, and not changed on every row.

Would just make it abit easier to read.