i have a server (1 CPU with 48 vCors, 256GB Memory)
i have Java application that open 100 Threads, so the app can send http request in parallel to another system (URL never changes).
in the client i am using the org.apache.http.impl.client class.
when i lok at the cpu it seems (maybe i am wrong) that all the threads are not spread over cores but rather use only the first ones :
CPU
how can i check more deeply ? is this situation is ok?