chinmay brahma
chinmay brahma

Reputation: 97

Jmeter: Can we use Jp@gc Perfmon Metrics collector Even if Firewall is ON at the server end

Is it possible to use Jp@gc Perfmon Metrics collector to fetch/Monitor the CPU and Memory usage if Firewall is set ON.

The application server is in Amazon ECII. So I do not think they are going to Switch off their firewall for security Reason.

Can anyone tell me he way around.

Thanks

Upvotes: 1

Views: 1806

Answers (1)

Zubair M Hamdani
Zubair M Hamdani

Reputation: 1733

start a server-agent EC2 Server where your application is hosted

cd ${jmeter_folder}/lib/ext/
java -jar ./CMDRunner.jar --tool PerfMonAgent --udp-port 0 --tcp-port 7777

Open TCP port 7777 in the EC2 Security Groups

Add Jp@gc Perfmon Metrics collector Listener to your test script, and configure the server IP & Port.

Hope this will help.

Upvotes: 2

Related Questions