This commit is contained in:
Bruno Borges 2020-05-16 16:27:19 -07:00
Родитель 5bdbbdef69
Коммит ec82a47e3a
3 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Двоичные данные
resources/duke-toolbox.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 12 KiB