Skip to content

A tool for analyzing request metrics generated by WebSphere Application Server

Notifications You must be signed in to change notification settings

kgibm/request-metrics-analyzer-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool for analyzing request metrics generated by WebSphere Application Server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%