enhance translation

This commit is contained in:
beiwei30 2018-10-29 21:58:40 +08:00
parent f39e386d2e
commit ab781b16ef

View File

@ -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-COUNTthe count of max file descriptor JVM process can open
* OPEN-FILE-DESCRIPTOR-COUNTthe current count of file descriptor JVM process open
* OPEN-FILE-DESCRIPTOR-COUNTthe current count of file descriptor JVM process open