Jmeter Client Server Configuration Settings


Client Url :  192.168.0.193
Server Url :  192.168.0.53

Configuring Server: 192.168.0.53

ssh -L 7000:192.168.0.53:7000 -L 7002:192.168.0.53:7002 -R 7003:192.168.0.53:7003 shobhit@192.168.0.53

  • Get to /opt
  • Download Apache folder
  • Edit jmeter.properties file
    •  #remote_hosts=127.0.0.1
    •  server_port=7000
    •  server.rmi.localport=7002
  •  Get to bin folder and run ./jmeter-server -Djava.rmi.server.hostname=192.168.0.53

Configuring Client: 192.168.0.193

  • Get to /opt
  • Download Apache folder
  • Edit jmeter.properties file
    • remote_hosts=192.168.0.53:7000
    • client.rmi.localport=7001
    • mode=Standard 
  • Get to bin folder and run ./jmeter -Djava.rmi.server.hostname=192.168.0.193

 


Related Posts:

  • Infrastructure as Code "Infrastructure as Code (IaC) is the process of managing and provisioning computing infrastructure and their configuration through machine-processable definition files, rather than physical hardware configuration or the use… Read More
  • What is JMeter ? What is Jmeter ? And Why to use it? An open source tool used for knowing how efficiently a web server works or how many concurrent requests can a web server handle. Apache JMeter may be used to test functional and perfor… Read More
  • Continous Delivery "Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code ch… Read More
  • Continuous Integration Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect p… Read More
  • What is DevOps? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace tha… Read More

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.