Guest User

Untitled

a guest
Jul 15th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. 5.52s real 0.02s user 5.49s system 99% cpu 2kB mem $ dd if=/dev/urandom of=test
  2. alex@alex-desktop:/tmp% dd if=/dev/urandom of=test
  3. 299212+0 records in
  4. 299211+0 records out
  5. 153196032 bytes (153 MB) copied, 13.1983 s, 11.6 MB/s
  6.  
  7. 13.21s real 0.04s user 13.16s system 99% cpu 2kB mem $ dd if=/dev/urandom of=test
  8. alex@alex-desktop:/tmp% time cp test /server/tmp
  9. 8.65s real 0.00s user 0.35s system 4% cpu 2kB mem $ cp test /server/tmp
  10. alex@alex-desktop:/tmp% time scp test 192.168.0.100:/tmp
  11. test 100% 146MB 48.7MB/s 00:03
  12. 3.12s real 2.68s user 0.43s system 99% cpu 6kB mem $ scp test 192.168.0.100:/tmp
  13. alex@alex-desktop:/tmp%
Add Comment
Please, Sign In to add comment