For example you got a dump like this:
"MyThread" prio=1 tid=0x0850c9f8 nid=0x1baf runnable
what does the nid mean here? Is it a hex value of pid or lwpid?
For example you got a dump like this:
"MyThread" prio=1 tid=0x0850c9f8 nid=0x1baf runnable
what does the nid mean here? Is it a hex value of pid or lwpid?
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.