|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 09 > 07 > Telegram_2023-09-07T02 |
2023-09-07T02:00:56
like virtual table for example or there is way to create memory table and shared with all clients
2023-09-07T02:44:45
Test is done with JMeter over a local network. I use localhost until I get a stable test that runs completely, and then repeat it over the network.
JMeter can record a session and then I use the recording to create the basic testing and then I edit it manually, for instance replacing the session cookie by a variable etc, so I can simulate multiple users.
2023-09-07T02:49:48
as I showed yesterday, jMeter is really CPU intensive (in my experience, way more than the IW server). Some docs say that JMeter as a console app use much less resources, but still it tends to fry your CPU if you use something like 500 threads.
Anyway, if you have 2 or 3 client machines in your local network where you can run JMeter, you can easily simulate 1000 crazy users posting hundreds of requests per second which is virtually identical to several thousands of simultaneous users
2023-09-07T02:53:35
Creating a test plan for an IW app with JMeter is not hard, but requires some patience to write a few required parts and concatenate the logical pieces. A test plan template would save you a good couple of days.
If you are interested I can give you a very simple template for an IW application with 2 forms which simulates a button click. That's my starting template for every test I write