IBM / javacore-analyser

This is a tool to analyse IBM Javacore files and provide the report used to analyse hang/outage and performance issues.
Apache License 2.0
1 stars 0 forks source link

Generate web application #8

Open kkazmierczyk opened 2 hours ago

kkazmierczyk commented 2 hours ago

In order to improve user experience I am thinking about adding web interface so that you do not need to run the tool from CMD.

kkazmierczyk commented 2 hours ago

My idea is the following:

  1. Generate API for out tool, something like that: JavacoreAnalyzer.generate_javacores(input_dir, output_dir) Probably we need an additional Issue to track it.
  2. Create a WSDL application with 2 views:
    • Upload data
    • List the report ran with option to open each report. The reports can be stored in one directory (one subdirectory for each report) and you can set the name of subdirectory to distinguish a reports. So to get the list of the reports you need to run ls from report storage directory.
kkazmierczyk commented 2 hours ago

@PiotrAniola82 @tjanasiewicz any comments on this?