What is this Linux command benchmarking?
CPU instruction time? L1 cache? L2 cache? Or even RAM?
dd if=/dev/zero of=/dev/null bs=9999999 count=9999999
9999999+0 records in
9999999+0 records out
99999980000001 bytes (100 TB) copied, 532.012 seconds, 188 GB/s
I understand this is a completely pointless test, but this is about theory, not practice.
CPU instruction time? L1 cache? L2 cache? Or even RAM?
dd if=/dev/zero of=/dev/null bs=9999999 count=9999999
9999999+0 records in
9999999+0 records out
99999980000001 bytes (100 TB) copied, 532.012 seconds, 188 GB/s
I understand this is a completely pointless test, but this is about theory, not practice.
