Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upShow Graph data with MBit instead of Mbps #92
Comments
This comment has been minimized.
This comment has been minimized.
Has there been any progression on this? I for one would like to see Mbps for network throughput, but disk throughput be MBps- I also agree though that these should be configurable to the user. |
This comment has been minimized.
This comment has been minimized.
We do it when we have spare time. Or someone else has time - hey it's open source! |
This comment has been minimized.
This comment has been minimized.
I was always confused as to what the graphs showed. Ideally, I think, graphs should use IEC units. |
This comment has been minimized.
This comment has been minimized.
Here the calculation of the "MBps" is performed, if xenadmin/XenModel/Utils/Util.cs Lines 173 to 204 in 834a5be |
This comment has been minimized.
This comment has been minimized.
First little Test: MBps -> MBit/s Code (modified MBps and GBps):
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I would suggest be more clear and use KiB and Kibit and equivalent. There's a difference between base 10 and binary numbers. https://sv.m.wikipedia.org/wiki/Mall:Multipler_av_byte Kilobyte, kB = 10^3 = 1000 bytes KiB is what most people mean when talking KB, but there are exceptions. Storage manufacturers usually use the SI units, which is 10^x. |
This comment has been minimized.
This comment has been minimized.
I'm everytime confused with that KiBit ... it's about digital data, so why should someone think in 1000 for K? I think KBit and KByte is clear enough in our context. |
This comment has been minimized.
This comment has been minimized.
I like the idea. https://en.wikipedia.org/wiki/Bit:
https://en.wikipedia.org/wiki/Byte#Unit_symbol:
(bolding by me). |
make it configurable