root@BAYTRIAL-4CORE:~# apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfreetype6 os-prober
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
root@BAYTRIAL-4CORE:~# dd if=/dev/zero of=./tmpfile.bin bs=1048576 count=8192
8192+0 records in
8192+0 records out
8589934592 bytes (8.6 GB) copied, 80.7723 s, 106 MB/s
root@BAYTRIAL-4CORE:~# dd if=./tmpfile.bin of=/dev/null bs=1M
8192+0 records in
8192+0 records out
8589934592 bytes (8.6 GB) copied, 36.2737 s, 237 MB/s