可以占滿cpu
dd if=/dev/zero of=/dev/null
把空數據寫進/dev/null
據說是測試吞吐量
time dd if=/dev/zero of=/dev/null bs=1M count=40240
40240+0 records in
40240+0 records out
42194698240 bytes (42 GB) copied, 1.53453 s, 27.5 GB/s
real 0m1.535s
user 0m0.006s
sys 0m1.529s
可以占滿cpu
dd if=/dev/zero of=/dev/null
把空數據寫進/dev/null
據說是測試吞吐量
time dd if=/dev/zero of=/dev/null bs=1M count=40240
40240+0 records in
40240+0 records out
42194698240 bytes (42 GB) copied, 1.53453 s, 27.5 GB/s
real 0m1.535s
user 0m0.006s
sys 0m1.529s
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。