JMeter - Loopback address error when launching jmeter-server on Linux

后端 未结 5 714
慢半拍i
慢半拍i 2021-01-31 17:14

I\'m trying to set up a distributed load testing environment using JMeter. I need to set up the remote clients using something portable like a Linux Live CD, but whenever I att

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 17:53

    Change your hostname from localhost to your right ip address.

    1. Check your hostname

      hostname

    2. Check your internet ip address

      ifconfig

    3. Add this line to /etc/hosts

      your_ip_address your_hostname

    4. Comment hostname which assigned localhost in /etc/hosts

提交回复
热议问题