...
Level | Section | Description | Link to the discussion of unique identification |
---|---|---|---|
1 | Platform | The platform the agent is running on. | |
2 | JVM | On each platform can be multiple JVMs | |
3 | "Thread" | Within each JVM different threads are run | |
4 | method | Within one thread a method can be invoked multiple times |
|
...