tsung
tsung copied to clipboard
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
Hi All I am not able to generate load more than ~250K connections through tsung master Below are my config details: - 15 slaves - Each slave can generate connections...
Scenario: Generate Load to Test File Upload & Download at our Application Server. Installation: a) Controller Node b) 2 Client Nodes Transacation contains 2 Requests a) POST Request to Upload...
I use tsung1.7.0 as mqtt client to connect to thingboard and connect msg is ok, but the subscribe message is liked this: MqttMessage[fixedHeader=, variableHeader=, payload=], no any useful parameters. xml...
Hi, My xmpp server send a ping(empty message) upon client connect over websocket, but tsung not replying back with pong. causes socket close after 60sec. Could someone help me how...
Hi, I am getting compilation error, please help me. src/tsung_controller/ts_os_mon_snmp.erl:36: can't find include lib "snmp/include/snmp_types.hrl" src/tsung_controller/ts_os_mon_snmp.erl:202: record varbind undefined src/tsung_controller/ts_os_mon_snmp.erl:210: record varbind undefined src/tsung_controller/ts_os_mon_snmp.erl:213: record varbind undefined src/tsung_controller/ts_os_mon_snmp.erl:214: record varbind...
As far as I understand, the match works like this 1) You send a request 2) Wait for a response 3) Parse the response and do a list of matches...
Hi, I'm testing an MQTT server with the following config. I need to specify a random timeout in `waitForMessages`. My config looks like this: ```xml ``` I get the following...
I recently observed that we have snapshots in our tsung.log that have 0 reported requests for this 10 sec segment, but reported http status codes. A slightly simplified example snapshot...
I'm thinking about some larger changes to Tsung and since I'd like to see a [1.8.0 release](https://github.com/processone/tsung/issues/318) soon, I was also thinking a few steps further. I think it is...
Let's say you have a file server filling `%%_foo%%` with `42`. Currently you cannot use this to build a `dyn_variable` with `jsonpath` that contains a dynamic element (same with `xpath`...