Zymonic Toolkit Debugs

From Zymonic
Revision as of 14:39, 11 June 2020 by Jwright (talk | contribs) (Added link to the debugs toolkit man page from ztsm (via mq2's public link))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page contains all of the options for:

sudo zymonic_toolkit.pl Debugs

See the manual page for the debugs toolkit for further details.


Convert to SQLite[edit]

Converts a debug log to an SQLite file usable by zymonicdebugs

sudo zymonic_toolkit.pl Debugs convert_to_sqlite
  • Debug Log File[edit]

    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[edit]

    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[edit]

    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[edit]

    The Zymonic revision of the system that generated the debugs.

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

    The ZCPS revision of the system that generated the debugs.

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --zcpsversion VERSIONNUMBER
    
  • System[edit]

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

    sudo zymonic_toolkit.pl Debugs convert_to_sqlite --system SYSTEM
    

Help[edit]

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[edit]

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

    sudo zymonic_toolkit.pl Installer help --command COMMAND