If you are asking in context of your elastic search question then its your elastic search server that is runnin on its port and you are connecting to it from Jmeter server - the port on the elastic search server (wjhatever URL you specified usually 9200) is the one that might be blocked. On the client side any open one will probably be used. What you need to check is can you connect to the same elasticsearch server:port (a quick test is run telnet elasticsearchserver elasticsearchserverport from the same client machine running jmeter and if you get a response , you have connectivity)
On Mon, Sep 10, 2018 at 6:58 AM Prateek Dua <[email protected]> wrote: > Okie.. > > On which port no Jmeter runs on local machine & how can I change to get it > run on different port ? > > On Mon, Sep 10, 2018 at 1:18 AM, Deepak Shetty <[email protected]> wrote: > > > Your error is telling you what the issue is. i.e. a request timeout > > a. Either your systems(likely elastic search) genuinely needs more time , > > in which case increase timeout (OR your systems are not tuned , in which > > case tune it) > > OR > > b. You have a connectivity issue like a firewall (where your requests are > > hanging as opposed to your server being down in which case you would have > > gotten an error) - You can quickly test this is not the case by making a > > request to elasticsearch from the same server where Jmeter is running > > In any case this is a custom plugin you are using and hence not > appropriate > > for this mailing list if you have issues with it > > > > regards > > deepak > > > > On Sat, Sep 8, 2018 at 11:46 AM Prateek Dua <[email protected]> > > wrote: > > > > > I'm using Elastic Backend Listener in my test plan to view the test run > > > live results in Jmeter Monitoring Dashboard but getting below error n > > > receiving response from ElasticSearch engine from Client side Jmeter. > > > > > > > > > ERROR i.g.d.j.b.e.ElasticSearchMetricSender: ElasticSearch Backend > > Listener > > > was unable to perform request to the ElasticSearch engine. Request > > reached > > > timeout. > > > > > > > > > Referred this link > > > https://dzone.com/articles/jmeter-elasticsearch-live-monitoring to > > > configure the Grifana Monitoring board & Elastic Backend listener > > > client side Jmeter > > > > > > -- > > > > > > > > > ::DISCLAIMER:: > > > > > > > > > > > > ------------------------------------------------------------ > > ------------------------------------------------------------ > > ---------------------------- > > > > > > > > > > > > > > > > > > This message is intended only for the use of the addressee and may > > > contain information that is privileged, confidential and exempt from > > > disclosure under applicable law. If the reader of this message is not > the > > > intended recipient, or the employee or agent responsible for delivering > > > the > > > message to the intended recipient, you are hereby notified that any > > > dissemination, distribution or copying of this communication is > strictly > > > prohibited. If you have received this e-mail in error, please notify us > > > immediately by return e-mail and delete this e-mail and all attachments > > > from your system. > > > > > > > -- > > > ::DISCLAIMER:: > > > > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > This message is intended only for the use of the addressee and may > contain information that is privileged, confidential and exempt from > disclosure under applicable law. If the reader of this message is not the > intended recipient, or the employee or agent responsible for delivering > the > message to the intended recipient, you are hereby notified that any > dissemination, distribution or copying of this communication is strictly > prohibited. If you have received this e-mail in error, please notify us > immediately by return e-mail and delete this e-mail and all attachments > from your system. >
