lkp
Contents
How to install lkp on RHEL/CentOS/Fedora
git clone https://github.com/01org/lkp-tests.git
cd lkp-tests && make install && cd ~
|
|
mkdir -p /lkp/benchmarks ## BENCHMARK_ROOT=/lkp/benchmarks, but lkp didn’t init it, bug?
- run hackbench
mkdir -p /lkp/benchmarks/turbostat
lkp install lkp-tests/jobs/hackbench.yaml
lkp split-job lkp-tests/jobs/hackbench.yaml
lkp run ./hackbench-50%-threads-socket.yaml
lkp result hackbench
- run apachebench on RHEL/CentOS
mkdir /lkp/benchmarks/turbostat
yum install httpd
echo “systemctl restart httpd.service” > ~/lkp-tests/daemon/httpd
tips: in lkp-tests/tests/apachebench we need a2enmod cmd, but RHEL/CentOS not support this
Author Hangbin Liu
LastMod 2018-12-13 (1672b97)