在磁盘基准测试工具 fio 中有 brandswitch 的统计信息
Run status group 0 (all jobs):
READ: bw=20.9MiB/s (21.9MB/s), 10.4MiB/s-10.8MiB/s (10.9MB/s-11.3MB/s), io=64.0MiB (67.1MB), run=2973-3069msec
根据文档:
Values outside of brackets are power-of-2 format and those within are the equivalent value in a power-of-10 format.
据我所知 1 MB/s = 8MiB/s。但这里 20.9MiB/s 符合 21.9MB/s。
“1 MB/s = 8MiB/s”是不正确的。1MiB 等于 1.024MB,或者 1 MB 是 ~ 0.9537 MiB。
两者都是字节的度量。
一个字节肯定是 8位,这就是它也被称为八位字节的原因。但是这些测量都没有参考比特。它们都是字节。