It wouldn't be this number if it was reading from the cache. 3072PB/s shows up when the internet connection is intermittent.
Linux uses an unsigned integer for data rate. If the internet gets disconnected, it sets the data rate to (0x3000000000000000) which translates to exactly 3072PB/s in decimal.
Its probably reading from cache
It wouldn't be this number if it was reading from the cache. 3072PB/s shows up when the internet connection is intermittent.
Linux uses an unsigned integer for data rate. If the internet gets disconnected, it sets the data rate to (0x3000000000000000) which translates to exactly 3072PB/s in decimal.