https://bz.apache.org/bugzilla/show_bug.cgi?id=66050

Felix Schumacher <felix.schumac...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Felix Schumacher <felix.schumac...@internetallee.de> ---
I think this is probably a question for the users mailing list, but anyways.

1. Why are you using prepared statements without parameters? I think you will
store quite a few prepared statements in your cache, without re-using them. Is
this intended?

2. Can you post your Java sample? Is it running from the same host as the
JMeter script?

3. Take a few thread dumps while the script is running (and seems slow), that
might give us a better view into the problems

4. Enable gc-logging and take a look (post them here) into them, is the script
slow because of GC?

5. You might want to enable JFR or an async profiler to get better insight to
where the problems really are hidden

6. Have you tried to set the pool size to "0" (i.e. disabling the pool)?

7. Don't control the JMeter workers over a small LAN connection, it will be a
bottleneck. Run the control server and the workers in a network, that has good
bandwidth.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to