new tweaks
This commit is contained in:
Родитель
5bdbbdef69
Коммит
ec82a47e3a
|
@ -2,6 +2,11 @@
|
|||
|
||||
All notable changes to the "jvm-tools" extension will be documented in this file.
|
||||
|
||||
## 0.0.3
|
||||
|
||||
- Added extension logo
|
||||
- Auto-refresh list every 5 seconds
|
||||
|
||||
## 0.0.2
|
||||
|
||||
- Added git URL in package.json info
|
||||
|
|
22
README.md
22
README.md
|
@ -23,6 +23,28 @@ Not really.
|
|||
|
||||
See [CHANGELOG](./CHANGELOG.md) for details.
|
||||
|
||||
## Roadmap
|
||||
|
||||
What else will this extension eventually do?
|
||||
|
||||
1. Get snapshot of JVM status
|
||||
1. Start debugging selected JVM
|
||||
1. Start/Stop/Dump JDK Flight Recorder
|
||||
1. Perform a Thread Dump
|
||||
1. Start/Stop recording GC log
|
||||
|
||||
### Useful resources
|
||||
|
||||
- https://dzone.com/articles/turning-gc-logging-runtime
|
||||
|
||||
#### Start JFR
|
||||
|
||||
java -XX:StartFlightRecording=duration=30s,settings=profile,filename=leak.jfr MemoryLeak
|
||||
|
||||
jcmd 1 JFR.start duration=30s settings=profile filename=path/filename.jfr
|
||||
|
||||
|
||||
|
||||
|
||||
# Contributing
|
||||
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 12 KiB |
Загрузка…
Ссылка в новой задаче