hi All,
Can anyone tell me the relationship between user space thread ( thread has been created by Java application) and JVM thread? How do they map together?
Specially, when trying to measure resouce usage(CPU/Memory) on thread basis, how to get user space thread's resource usage? Is there a interface I can call from JVM? Or I have to make OS call directly, then how to map resource usage to user space thread?
Many thanks
Rui