How to make sure istio loadbalance across all threads

When we set the concurrency to 3 in the sidecar, 3 worker threads will be created .
I have created six active http2 endpoint and trying to send the packets.
But i can the load on only two woker thread, third one is mostly free.

Any Suggestion to make it loadbalance. ?