Package com.blackhillsoftware.smf2json.cli


package com.blackhillsoftware.smf2json.cli
This package provides a command line program framework for writing JSON data from SMF record input - see class Smf2JsonCLI for usage information.

The Smf2JsonCLI class handles reading input from files or z/OS datasets, writing JSON output to files, z/OS datasets or stdout, and setting up and reading command line options to control the processing.

  • Class
    Description
    Provide a command line framework for reading SMF data and writing JSON.
    Interface for a class to use Smf2JsonCLI.