Mahen Nakar
Mahen Nakar

Reputation: 394

JMeter server agent not working

I have installed JMeter and installed PerfMon agent for monitoring CPU and memory usage. I run the server agent on my local host but not able to see CPU usage graph after adding jp@gc PerfMon metrics collector. All other plugins like jp@gc - Active thread over time working fine except metric collector. I also did telnet localhost 4444 it shows port listing. But not able to send commands like test or shutdown. It shows badCmd.

Any idea why? My operating system is Ubuntu 14.04.

Upvotes: 0

Views: 2430

Answers (1)

Masud Jahan
Masud Jahan

Reputation: 2978

Everything you did looks fine! But You have to edit your jmeter.properties file.

Please try to observe the JMeter log always, it will give you a better idea that what you have done wrong so far!

You must set localhost:4444 in your jmeter.properties file in the Remote hosts and RMI configuration like this:

screenshot of jmeter.properties file

Upvotes: 1

Related Questions