This harness performs LMBench memory bandwidth and latency benchmarking.
To download these files, first install git:
yum install gitOr if you are using a Debian-based distribution:
apt-get install gitClone this repository:
git clone https://github.com/ryanspoone/autolmbench.gitChange directories and run this script:
cd autolmbench/
chmod +x autolmbench
./autolmbenchChange to directory where files are, then start benchmarking by issuing the following command:
For a full run:
./autolmbenchCustomized run:
./autolmbench [OPTIONS...]Where the options are:
| Option | GNU long option | Meaning |
|---|---|---|
| -h | --help | Show this message. |
| -p | --prerequisites | Install prerequisites. |
| -t [n] | --threads [n] | Override the number of threads to use. |
| -i [value] | --iterations [value] | Set the number of iterations. |