0

We are trying to do a performance testing for a XMPP-based mobile chat application using Jmeter and Blazemeter.

As we are new to XMPP web-services.
Can anyone brief us how to use Jmeter or Blazemeter for XMPP and how to record the scripts using XMPP plugin?

Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90
Prabhakar Y
  • 87
  • 2
  • 3
  • 19
  • What have you tried so far? Have you looked for any JMeter plugins compatible with the protocol you're trying to use? – RaGe May 20 '15 at 17:16
  • @RaGe, Yes we found yandex plugin by refering to the http://stackoverflow.com/questions/21680276/testing-xmpp-chat-server-with-jmeter , However we didnt understand how this yandex is used with Jmeter . We are doing R &D on VSTS with E-eux for mobile apps. We didnt exact picture how to implement the yandex with Jmeter .Can you please guide us . how to do performance testing for mobile app .? – Prabhakar Y May 22 '15 at 09:06

1 Answers1

1

Why not to try use tsung instead?

  • originally created for load-testing Jabber/XMPP servers although supports a lot of other protocols at the moment;
  • has better performance on the same load-generation servers amount than Jmeter: you will get instantly higher load on the same amount of hardware used;
  • ready for distributed load-generation.


Community
  • 1
  • 1
Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90