Reputation: 3748
I've got to a point where one of the architectural solutions for one of my .jmx files is to increase Thread group number to ~60 Thread groups.
I've tried this as an experiment, and it works ok. My request are rather simple - just hitting different endpoints and checking some stuff...
Resources release fast. I see no multithreading issues. CPU & Memory usage seems fine.
But I feel it's wrong to have 'too many' thread groups. Are there any tangible reasons for my concerns?
Upvotes: 2
Views: 65
Reputation: 34566
Having some much Thread Groups is strange but it can have an explanation.
Why do you need 60 ?
Regarding impact, it has a memory impact, the more you use Test elements the more you consume memory but it can be acceptable.
Upvotes: 1