mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 12:17:45 +08:00
20762ef304
* add jvm command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * add jvm scenario doc links. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix links Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * switch to use arthas-demo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * update to fit the latest situation Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * add examples to use jvm Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * update to fit the 3.3.7 situation Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * update to fit the 3.3.7 Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
519 B
519 B
Thread related
-
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
File descriptor related
-
MAX-FILE-DESCRIPTOR-COUNT
:the count of max file descriptor JVM process can open -
OPEN-FILE-DESCRIPTOR-COUNT
:the current count of file descriptor JVM process open