File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
next version
2
2
----
3
3
4
+ 0.22 - 2024 Jan 11
5
+
6
+ - Feature: Added ` --json ` and ` --json-array ` to ` mx --get ` command to export MBean data as JSON
7
+ - Feature: Made ` -f ` argument optional for ` mx --get ` in JSON mode (all attributes will be exported)
8
+ - Fixed: Perfomance issue preventing HTML flame graphs for deep stack trace (previosuly lead to browser hang)
9
+
4
10
0.21 - 2023 Apr 19
5
11
----
6
12
Original file line number Diff line number Diff line change 1
1
Swiss Java Knife (SJK)
2
2
=========
3
- <!-- [](https://travis-ci.org/aragozin/jvm-tools) -->
4
3
5
4
SJK is a command line tool for JVM diagnostic, troubleshooting and profiling.
6
5
@@ -22,8 +21,8 @@ Download
22
21
----
23
22
24
23
Latest prebuild binaries [ ![ Last Version] ( https://img.shields.io/maven-central/v/org.gridkit.jvmtool/sjk.svg )] ( https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.gridkit.jvmtool%22 )
25
- - ` wget https://bit.ly/2YNDZfg -O sjk.jar ` -> [ sjk.jar - all commands without mxdump] ( https://repository.sonatype .org/service/local/artifact/maven/redirect?r=central-proxy&g=org.gridkit.jvmtool&a=sjk&v=LATEST )
26
- - ` wget https://bit.ly/2H3Uqck -O sjk.jar ` -> [ sjk-plus.jar - all commands] ( https://repository.sonatype .org/service/local/artifact/maven/redirect?r=central-proxy&g= org. gridkit. jvmtool&a= sjk-plus&v=LATEST )
24
+ - ` wget https://bit.ly/2YNDZfg -O sjk.jar ` -> [ sjk.jar - all commands without mxdump] ( https://search.maven .org/remotecontent?filepath=org/gridkit/jvmtool/sjk/0.22/sjk-0.22.jar )
25
+ - ` wget https://bit.ly/2H3Uqck -O sjk.jar ` -> [ sjk-plus.jar - all commands] ( https://search.maven .org/remotecontent?filepath= org/ gridkit/ jvmtool/ sjk-plus/0.22/sjk-plus-0.22.jar )
27
26
28
27
Starting sjk
29
28
----
You can’t perform that action at this time.
0 commit comments