You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/command-dashboard-en/notes-on-column-headers.md

538 B

  • ID: JVM thread ID, pls. note this ID is different from the nativeID in jstack

  • NAME: thread name

  • GROUP: thread group name

  • PRIORITY: thread priority, ranged from 1 to 10. The greater number, the higher priority

  • STATE: thread state

  • CPU%: the ratio of CPU usage for the thread, sampled every 100ms

  • TIME: total running time in minute:second format

  • INTERRUPTED: the thread interruption state

  • DAEMON: daemon thread or not

Screenshot