August 2018
Intermediate to advanced
352 pages
12h 30m
English
Inside the same Git repository, we have a script to run sysbench, that is, docker-performance/bench/sysbench/run-sysbench.sh. It has some configurations, which you can modify according to your needs:
$ mkdir -p /results
Now, run the benchmark after setting the container environment variable to something other than Docker, which we used while building the c7perf image on the host machine, with the following commands:
$ cd docker-performance/bench/sysbench$ export container=no$ sh ./run-sysbench.sh cpu test1
If you are running on an OS other than CentOS, you might need to install sysbench manually, and run the script a little differently. For example, here is how ...
Read now
Unlock full access