|
1 |
| -### 08/14/2013 jvmtop 0.8.0 released ### |
| 1 | +### ??/??/???? jvmtop :lemon: 0.1.0 released ### |
2 | 2 | **Changes:**
|
3 |
| - * improved attach compatibility for all IBM jvms |
4 |
| - * fixed wrong CPU/GC values for IBM J9 jvms |
5 |
| - * in case of unsupported heap size metric retrieval, n/a will be displayed instead of 0m |
6 |
| - * improved argument parsing, support for short-options, added help (pass `--help`), see [issue #28](https://github.com/Patric-R/jvmtop/issues/28) (now using the great [jopt-simple](http://pholser.github.io/jopt-simple) library) |
7 |
| - * when passing the `--once` option, terminal will not be cleared anymore (see [issue #27](https://github.com/Patric-R/jvmtop/issues/27)) |
8 |
| - * improved shell script for guessing the path if a `JAVA_HOME` environment variable is not present (thanks to [Markus Kolb](https://groups.google.com/forum/#!topic/jvmtop-discuss/KGg_WpL_yAU)) |
| 3 | + * Configure the number of lines using a command line argument |
| 4 | + * Configure the profiler excluded classes |
| 5 | + * Build with sbt |
| 6 | + * Build on travis |
9 | 7 |
|
10 |
| -### 07/30/2013 jvmtop 0.7.1 released ### |
11 |
| -**Changes:** |
12 |
| - * scrolling issue in some terminal environments should now be finally fixed, see [issue #21](https://github.com/Patric-R/jvmtop/issues/21) and [issue #25](https://github.com/Patric-R/jvmtop/issues/25) |
13 |
| - * new argument: `--once` will terminate jvmtop right after first output iteration |
14 |
| - |
15 |
| -### 07/19/2013 jvmtop 0.7.0 released ### |
16 |
| -**Changes:** |
17 |
| - * New Feature: jvmtop does now include a sampling-based [CPU Profiler](http://code.google.com/p/jvmtop/wiki/ConsoleProfiler) |
18 |
| - * jvmtop does now support FreeBSD, fixing the [issue #21](https://github.com/Patric-R/jvmtop/issues/21) and [issue #22](https://github.com/Patric-R/jvmtop/issues/22) |
19 |
| - * refresh rate can now be configured, using argument `--delay <interval>` |
20 |
| - * minor fixes |
21 |
| - |
22 |
| -### 06/05/2013 jvmtop 0.6.0 released ### |
23 |
| -**Changes:** |
24 |
| - * Improved stability |
25 |
| - * exceptions which are permission/privilege related are not logged at the INFO level anymore |
26 |
| - * access denied/connection refused problems are now printed accordingly |
27 |
| - * fixed some minor issues |
28 |
| - |
29 |
| -### 05/29/2013 jvmtop 0.5.1 released ### |
30 |
| -**Changes:** |
31 |
| - * OpenJDK support |
32 |
| - * Improved robustness against jvm termination or telemetry update errors |
33 |
| - |
34 |
| -### 05/24/2013 jvmtop 0.5.0 released ### |
35 |
| -**User-visible changes:** |
36 |
| - * Support for monitoring jvms of all users when running under root (at least for Oracle JDKs) |
37 |
| - * Added new detail-mode metric: Total garbage collection time |
38 |
| - * Added new detail-mode metric: Garbage collections count |
39 |
| - * Added new detail-mode metric: Total loaded classes |
40 |
| - * Increased attach compatibility |
41 |
| - |
42 |
| -### 04/05/2013 jvmtop 0.4.1 released ### |
43 |
| -**User-visible changes:** |
44 |
| - * Improved stability in some situations where a jvm could not be attached |
45 |
| - |
46 |
| -### 04/05/2013 jvmtop 0.4 released ### |
47 |
| -**User-visible changes:** |
48 |
| - * Improved IBM JDK support (J9 is now supported) |
49 |
| - * Some bug fixes |
50 |
| - |
51 |
| -### 03/26/2013 jvmtop 0.3 released ### |
52 |
| -**User-visible changes:** |
53 |
| - * New feature: new vm detail mode (invoke with `jvmtop.sh <pid>`) to show **top threads** and more vm details (see below for an example) |
54 |
| - * Basic Windows support |
| 8 | +[Changelog of the original fork](https://github.com/patric-r/jvmtop/blob/master/doc/Changelog.md) |
0 commit comments