Skip to content

Commit

Permalink
Added jmeter test
Browse files Browse the repository at this point in the history
  • Loading branch information
luyomo committed Oct 6, 2024
1 parent d799dd2 commit 5a2979e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/jmeter.org
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,20 @@
* Export the test case file and run it from command
#+attr_html: :width 600px
[[https://www.51yomo.net/static/doc/jmeter/011.png]]
* Run From Command
+ install openjdk-8-jdk
#+BEGIN_SRC
jmeter$ yum install java-1.8.0-openjdk.x86_64
#+END_SRC
+ install jdbc-driver
Download mysql-connector-j-8.4.0.jar and save it to lib under jmeter
+ jmeter install
Go to the page [[https://jmeter.apache.org/download_jmeter.cgi][jmeter]] to determine the latest jmeter version.
#+BEGIN_SRC
jmeter$ wget https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.zip
jmeter$ wget https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar
jmeter$ unzip apache-jmeter-5.6.3.zip
jmeter$ mv mysql-connector-java-8.0.28.jar apache-jmeter-5.6.3/lib/
#+END_SRC
* Generate graph using command
[[https://www.51yomo.net/static/html/][Jmeter Report]]

0 comments on commit 5a2979e

Please sign in to comment.