webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

webMethods stats log file parser

  • 1.  webMethods stats log file parser

    Posted Sat September 16, 2023 06:16 AM

    Try webMethods STATs file parser.

    GitHub repo - github.com/vr-aus12/sag-webmethods-stats-parser


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: webMethods stats log file parser

    Posted Mon September 18, 2023 05:49 AM

    Many thanks @vvrr.17.4 for your tool and also the latest performance improvements. Much appreciated. :smiley:

    Few Notes:

    • For now your tool as a lock-in to Australia Timezone (AEST), this also need to be changed in the code to be able to load other files. (e.g. MESZ = CEST = UTC+2)
    • The file path might ideally to become hardcoded as a static relative path to the execution of the tool. e.g. .\files\ or to be added as command line parameter.
    • I also had as EMEA user (from Germany) some localization issues:
      Error: Caused by: java.util.MissingResourceException: Can’t find bundle for base name org.jfree.chart.plot.LocalizationBundle, locale en_US
      This could be solved by putting the right “.properties” files in the right subfolders of the jFree Chart Plotter.

    #webMethods
    #Integration-Server-and-ESB