How to use gatling to stress non http application

Hello,

I try to use gatling to stress application which can not be queried through http request. I have created a simple ActionBuilder but my underlying custom action do no generate gatling request.

Can someone give me tips on how to do this?

Thanks for your help,

Nicolas

What’s you problem exactly? You are able to launch your requests, but don’t know how to report success and failures?
You have to send messages to the DataWriters, see DataWriter companion.

Here’s some info for Gatling 1: https://github.com/excilys/gatling/wiki/Protocol-support
We’ll document this properly for Gatling 2.

Cheers,

Stéphane

My problem is that I haved missed this wiki entry :frowning:

Thanks for your help!

Nicolas

You’re welcome.
Good luck!