Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/bash -x
  2.  
  3. # gather info
  4. cat ~/bin/benchmark.sh
  5. dmesg
  6. cat /proc/cpuinfo
  7. sensors
  8.  
  9. # mem benchmarks
  10. sudo hdparm -T /dev/sdb
  11. ~/bin/ramsmp -b 1
  12.  
  13. # cpu benchmarks
  14. openssl speed rsa4096
  15. sysbench --test=cpu --num-threads=4 --cpu-max-prime=50000 run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement