Skip to content

Benchmarking

Benchmarking the performance in your cloud

Database

MySQLTuner is a tool to identify issues with your database.

wget --no-check-certificate https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl
chmod +x mysqltuner.pl
perl mysqltuner.pl --host ibexa-mysql --port 3306 --user root --pass ibexa --forcemem 3000

Redis

Redis Benchmark is a tool to identify issues with your Redis.

redis-cli --latency -h ibexa-sessionservice -c
redis-benchmark -q -n 100000 --cluster

Disk / IO

fio is a tool to identify issues with your disk.

fio --name TEST --eta-newline=5s --filename=temp.file --rw=randrw --size=2g --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=1 --runtime=60 --group_reporting

iotop is a tool to identify issues with your disk.

iotop

CPU

yum install -i p7zip
7za b -mmt1