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-jvm-en/notes-on-column-headers.md

519 B

  • COUNT: the count of active threads

  • DAEMON-COUNT: the count of active daemon threads

  • PEAK-COUNT: the maximum count of the live threads since JVM starts

  • STARTED-COUNT: the total count of the created threads since JVM starts

  • DEADLOCK-COUNT: the count of deadlocked threads

  • MAX-FILE-DESCRIPTOR-COUNTthe count of max file descriptor JVM process can open

  • OPEN-FILE-DESCRIPTOR-COUNTthe current count of file descriptor JVM process open