Skip to content

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 3, 2016
1 parent 40613b0 commit e1c0d37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Prerequisite:
Download a pre-built jar from [GitHub releases page](https://github.com/vlsi/ksar/releases).

```
$ java -jar ksar-5.2.1-all.jar
$ java -jar ksar-5.2.2-all.jar
```

Building from source
Expand All @@ -25,14 +25,20 @@ Prerequisite:

```
$ ./gradlew shadowJar
$ java -jar build/libs/ksar-5.2.2-SNAPSHOT-all.jar
$ java -jar build/libs/ksar-5.2.3-SNAPSHOT-all.jar
```

Changelog
---------

HEAD

v5.2.2 -- 3 November 2016
* Update IO charts: byte->blocks/s, remove util, remove svctm
* Linux: add new DateTime format "YYYY-MM-DD 12:59:59 AM" (#52)
* Linux: charts memory - PAGE / PAGING / SWAP / KMEM (#53)
* Linux: KMem stat/graph definition (#48)

v5.2.1 -- 6 August 2016
* Sort elements in human-friendly order: cpu1 -> cpu2 -> ... -> cpu10 -> ...
* Display load graph for sysstat 9.1.7 and higher
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.github.vlsi.ksar'
archivesBaseName = 'ksar'
version = '5.2.2-SNAPSHOT'
version = '5.2.2'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit e1c0d37

Please sign in to comment.