Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total Host Reads/Writes: Inconsistent unit use #225

Open
VolatileCable opened this issue Jul 12, 2023 · 0 comments
Open

Total Host Reads/Writes: Inconsistent unit use #225

VolatileCable opened this issue Jul 12, 2023 · 0 comments

Comments

@VolatileCable
Copy link

You are using base10 units to correctly represent the drive size, eg. 1000 GB (1 000 000 000 000 Bytes), but you are using the same unit, "GB", to show the Total Host Reads/Writes when they are in fact base2, eg. 88 981 "GB" (95 543 291 904 000 Bytes). Either keep these value as is but use the correct IEC units (88 981 GiB) or keep the base10 units and do the right calculation, ie. 95 543 GB, for a consistent UI. Right now it's just confusing. I haven't checked if other parts of the program have this issue. I'm using latest version 9.1.1. Related to #193 .

Untitled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant