Zymonic Toolkit Debugs

From Zymonic

This page contains all of the options for:

sudo zymonic_toolkit.pl Debugs


Convert to SQLite

Converts a debug log to an SQLite file usable by zymonicdebugs

sudo zymonic_toolkit.pl Debugs convert_to_sqlite
  • Debug Log File

    The debug log file generated by zymonic. This is required for the command to work.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --inputfile FILEPATH
    
  • SQLite File

    The SQLite file that should be produced. This is required for the command to work.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --outputfile FILEPATH
    
  • Code Branch

    Code branch of the system that generated the debugs e.g. trunk, QA or Live

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --branch BRANCH
    
  • Zymonic Version

    The Zymonic revision of the system that generated the debugs.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --zymonicversion VERSIONNUMBER
    
  • ZCPS Version

    The ZCPS revision of the system that generated the debugs.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --zcpsversion VERSIONNUMBER
    
  • System

    The system to be inspected. This is required for the command to work.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --system SYSTEM
    

Help

When using a terminal to run zymonic_toolkit.pl the user will see prompts that contain the same information that is found within this manual.

sudo zymonic_toolkit.pl Installer help
  • Command

    The specific command to show help for. If not set then shows help for all commands.

    sudo zymonic_toolkit.pl Installer help --command COMMAND