GithubHelp home page GithubHelp logo

lewisj35 / ertool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibm-datapower/ertool

0.0 1.0 0.0 7.97 MB

License: Apache License 2.0

Shell 1.35% Perl 4.79% HTML 2.34% Java 88.80% XSLT 2.73%

ertool's Introduction

Error Report Tool (ERTool)

ERTool is a java package for data analysis which simplifies processing large data-sets. This primarily focuses on the DataPower Error Report and Cast Iron/API Management among other products post-mortem.

Prerequisites

  • JDK 1.7 or later
  • Apache Ant (Tested with 1.9.6, but likely work with 1.8.1 or later)

Building

After you obtain the source either via a Git client or by downloading the repository zip file, you can build the code using Apache Ant. Enter the framework directory and issue the command below (assumes Apache Ant is in the path):

ant -buildfile build.xml
  • The ErrorReport.jar will be found in dist/
  • For GUI: java -cp ErrorReport.jar com.ibm.datapower.er.ERTool -gui
  • For Text/CLI: java -cp ertool.jar com.ibm.datapower.er.ERTool -file "error-report.txt.gz" -analyticsfile Analytics.xml 1> "destinationfile.txt"
  • In the CLI the '-format HTML' argument can be used to generate an HTML report to the destination file.
  • If ErrorReport.jar runs out of memory, increase the available JVM by adding '-Xmx4096m' as an argument to java.

Contributing

If you want to contribute to the project, you will need to fill in the appropriate Contributor License agreement which can be found under the CLA directory. Follow the directions inside the document so that any submissions can be properly accepted into the repository.

License

The code is licensed under the terms of the Apache License 2.0. See the acompanying 'LICENSE' file for further details.

ertool's People

Contributors

dmicale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.