I am trying to configure all my Jmeter Remote server machine jvm's to master machine jconsole for monitoring purpose but i am getting the connection refuse
I am enable rmi propertie in jmeter. and jmeter-server properties files as below
# Remote Hosts - comma delimited
remote_hosts=127.0.0.1,10.20.65.120,10.20.100.80
#remote_hosts=localhost:1099,localhost:2010
# RMI port to be used by the server (must start rmiregistry with same port)
server_port=1099
# To change the port to (say) 1234:
# On the server(s)
# - set server_port=1234
# - start rmiregistry with port 1234
start rmiregistry with port 1234
# On Windows this can be done by:
# SET SERVER_PORT=1234
# JMETER-SERVER
SET SERVER_PORT=1234
JMETER-SERVER
-Dcom.sun.management.jmxremote.authenticate=false
#
# On Unix:
# SERVER_PORT=1234 jmeter-server
#
# On the client:
# - set remote_hosts=server:1234
set remote_hosts=server:1234
# Parameter that controls the RMI port used by the RemoteSampleListenerImpl (The Controler)
# Default value is 0 which means port is randomly assigned
# You may need to open Firewall port on the Controller machine
#client.rmi.localport=0
# To change the default port (1099) used to access the server:
server.rmi.port=1234
client.rmi.localport=0
# To use a specific port for the JMeter server engine, define
# the following property before starting the server:
#server.rmi.localport=4000
server.rmi.localport=4000
# From JMeter 2.3.1, the jmeter server creates the RMI registry as part of the server process.
# To stop the server creating the RMI registry:
#server.rmi.create=false
server.rmi.create=true
# From JMeter 2.3.1, define the following property to cause JMeter to exit after the first test
#server.exitaftertest=true
server.exitaftertest=true
# Prefix used by IncludeController when building file name
#includecontroller.prefix=