Skip to content

Commit cf3961b

Browse files
committed
Readme update
1 parent 259eaf2 commit cf3961b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
next version
22
----
33

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+
410
0.21 - 2023 Apr 19
511
----
612

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Swiss Java Knife (SJK)
22
=========
3-
<!-- [![Build Status](https://travis-ci.org/aragozin/jvm-tools.png?branch=master)](https://travis-ci.org/aragozin/jvm-tools) -->
43

54
SJK is a command line tool for JVM diagnostic, troubleshooting and profiling.
65

@@ -22,8 +21,8 @@ Download
2221
----
2322

2423
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)
2726

2827
Starting sjk
2928
----

0 commit comments

Comments
 (0)