processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.54k stars 405 forks source link

Any way of using responses in SSE (EvenStream) as dynamic variables? #371

Open fatso83 opened 4 years ago

fatso83 commented 4 years ago

I am wondering how to use Tsung for testing our application which is heavily relying on Server Sent Events as the transport mechanism for data. I can see from #370 that it is not that straight forward ... Is there some documented way of using Tsung for HTTP event streams? We typically return JSON as data events and I'd like to use some of the content later on.