mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-03 12:48:48 +08:00
enhance translation
This commit is contained in:
parent
f39e386d2e
commit
ab781b16ef
@ -1,7 +1,7 @@
|
||||
jvm
|
||||
===
|
||||
|
||||
Check the JVM profile
|
||||
> Check the current JVM's info
|
||||
|
||||
### Usage
|
||||
|
||||
@ -95,16 +95,16 @@ $ jvm
|
||||
Affect cost in 2 ms.
|
||||
```
|
||||
|
||||
### thread-related
|
||||
### 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 deadlock threads
|
||||
* DEADLOCK-COUNT: the count of deadlocked threads
|
||||
|
||||
|
||||
### fileDescriptor-related
|
||||
### 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
|
||||
* OPEN-FILE-DESCRIPTOR-COUNT:the current count of file descriptor JVM process open
|
||||
|
Loading…
Reference in New Issue
Block a user