Spyke
I think my Ubuntu install is trying to speedrun
bhai avatar

Its probably reading from cache

3
yd avatar
@ydreply

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.

4