Skip to content

Performance metrics monitoring via JMeter and ELK Stack

Notifications You must be signed in to change notification settings

a-venger/Jmeter-ELK_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

To run this project you need to have Java JDK on your computer.

You can simply check if Java is installed on your computer by typing java -version in command line

Run shared Performance QA Framework

  1. Clone the repository git clone https://github.com/a-venger/Jmeter-ELK_Stack.git or simply download zip archive.
  2. Open Jmeter-ELK_Stack dir
  3. Execute run_framework.bat file

Instruction how to run it manually:

  1. Run elasticsearch start call .\elasticsearch\bin\elasticsearch.bat
  2. Run kibana server. start call .\kibana\bin\kibana.bat
  3. Run logstash and specify which pipeline to use cd .\logstash\ start call .\bin\logstash -r -f first-pipeline.conf
  4. Run filebeat cd ..\filebeat\ start call .\filebeat.exe -e -c filebeat.yml

Data exploration in Kibana

Kibana is used for visualization and data investigation.

Navigate to http://localhost:5601

About

Performance metrics monitoring via JMeter and ELK Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published