Category: Testing

MySQL Performance Testing with mysqlslap

MySQL comes with a built-in stress testing tool called mysqlslap.

Here is an example of testing with 500 concurrent connections, running 10 iterations:
mysqlslap -a -c 500 -i 10 -uroot -p123456
The results are as follows:

JMeter Stress Testing Guide

1. Environment Official website: https://jmeter.apache.org/ Download and extract: http://mirror.bit.edu.cn/apache//jmeter/binaries/apache-jmeter-5.2.1.zip

JDK environment: http://mirror.cnop.net/jdk/windows/jdk-8u144-windows-x64.exe …

Siege: A Web Performance Stress Testing Tool

Installation Tool yum -y install siege If you see the following message, please install the EPEL yum repository: No package siege available.

Taking CentOS 6 as an example, the installation method for CentOS 6 64-bit is as follows: rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_ …