pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

Changed trillion to billion and edge case is taken care #119

Closed mihirkestur closed 3 years ago

mihirkestur commented 3 years ago

For the edge case (n >= T), numbers will be represented in terms of "gB" units. i.e. All numbers greater than or equal to 10^9 will be represented in terms of gigabytes (billion bytes). This resolves the edge case, if numbers were greater than 10^12, empty values would be returned.

Fixes #118

Type of change

Please delete options that are not relevant.

Checklist: