Skip to content

Instantly share code, notes, and snippets.

@joeyrobert
Created October 14, 2010 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyrobert/627235 to your computer and use it in GitHub Desktop.
Save joeyrobert/627235 to your computer and use it in GitHub Desktop.
info for system benchmarking

Benchmarking

CPU

wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.2.tar.gz  
tar fxz nbench-byte-2.2.2.tar.gz  
cd nbench-byte-2.2.2  
make  
./nbench  

I/O

wget http://sourceforge.net/projects/tiobench/files/tiobench/0.3.3/tiobench-0.3.3.tar.gz  
tar fxz tiobench-0.3.3.tar.gz  
cd tiobench-0.3.3  
make  
./tiotest  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment