Reputation: 11
Application is deployed in 16GBVM. While running JMeter from dedicated system throwing Network socket exception for 300 users When i changed application to 8GB dedicated system its is working for 500 users trowing some other java exception. Will JMeter support VM? Will get similar results(response time, throughput) like dedicated system.
Thanks in Advance.
Upvotes: 1
Views: 1898
Reputation: 167992
JMeter doesn't know anything about underlying software or hardware, it is pure Java application so its run inside Java Virtual Machine which is an abstraction layer on top of OS which in its turn the abstraction layer on top of hardware.
So given VM and real device have similar hardware specifications you should get the similar results. Just make sure you following JMeter Best Practices, to wit:
See 9 Easy Solutions for a JMeter Load Test “Out of Memory” Failure article for comprehensive information and some JMeter tuning tips.
Upvotes: 1