What does the nid mean in a java thread dump? What does the nid mean in a java thread dump? multithreading multithreading

What does the nid mean in a java thread dump?


nid is Native Thread ID :Crucial information as this native Thread Id allows you to correlate for example which Threads from an OS perspective are using the most CPU within your JVM etc.


I think it is the native thread ID (that is, the native process ID).