Apache JMeter is a Java based stress testing tool developed by Apache. It is used for stress testing software. It was originally designed for Web application testing, but later expanded to other testing fields. It can be used to test static and dynamic resources, such as static files, Java applets, CGI scripts, Java objects, databases, FTP servers, and so on.

Official download address: http://jmeter.apache.org/download_jmeter.cgi

Localization steps:

The current version I download is 5.0. Edit the jmeter.properties file

find language=en Modify to language=zh_CN

Restart jemter and you can see that it is in Chinese~

 Jmeter stress test tool localization method