I need to stress test a Server with around 3000 users conecting to it concurrently via SyncML Clients. For simulation of each user, a application needs to be launched which then connects to the server and does some operations. Each user corresponds to each process.
The process is unix based and does http transactions based on SyncML Protocol. I need to run the load for these 3000 processes for an hour or so.
Can you suggest best industry methods to fulfil such requirements? Can JMeter or Locust help me in this?
Regards