qps icon indicating copy to clipboard operation
qps copied to clipboard

Incorrect memory units

Open chriswyatt opened this issue 5 years ago • 0 comments

Expected Behavior

Move mouse over MEM graph (just below the menu bar) A tooltip appears with total, used cached and buffered memory Displayed units are expected to be B, KiB, MiB etc. (or B, KB, MB)

Current Behavior

Move mouse over MEM graph (just below the menu bar) A tooltip appears with total, used cached and buffered memory Displayed units are Mb (megabits) and the values suggest that they are actually mebibytes

Possible Solution

Assuming they are just strings stored somewhere, simply change the strings

Steps to Reproduce (for bugs)

See Expected Behaviour

Context

Units around bytes are quite often wrong or ambiguous, and you can usually guess what they should be. It's not likely to cause anyone much confusion.

System Information
  • Distribution & Version: Arch (fully updated as of 23 Jan 2020)
  • Kernel: 5.4.13-arch1-1
  • Qt Version: 5.14.0-3
  • lxqt-build-tools Version: 0.6.0-1
  • Package version: 2.0.0

chriswyatt avatar Jan 23 '20 16:01 chriswyatt