Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.1 KB

request-metrics-analyzer-next

Build Status

A graphical tool for analyzing WebSphere Application Server traditional request metrics.

Download

Download request-metrics-analyzer-next-*-jar-with-dependencies.jar from https://github.com/kgibm/request-metrics-analyzer-next/releases/latest

Development

  1. Eclipse } Import } Maven } Existing Maven Projects
  2. Run de.ibm.issw.requestmetrics.Starter

Build

  1. mvn clean install
  2. java -jar target/request-metrics-analyzer-next-*-jar-with-dependencies.jar

Create a new release

  1. Update <version>X.Y.Z</version> in pom.xml
  2. Update the version in name: request-metrics-analyzer-next-X.Y.Z in .travis.yml
  3. Update the version in file: target/request-metrics-analyzer-next-X.Y.Z-jar-with-dependencies.jar in .travis.yml
  4. git commit -am "Commit message"
  5. git tag vX.Y.Z
  6. git push && git push --tags