===== Usage ===== The easiest way to launch timmy would be running the ``timmy.py`` script. However, you need to :doc:`configure ` it first. Basically, the ``timmy.py`` is a simple wrapper that launches ``cli.py``. Basic parameters: * ``--only-logs`` only collect logs (skip files, filelists, commands and scripts) * ``-l``, ``--logs`` also collect logs (logs are not collected by default due to their size) * ``-C `` enables ``shell mode``\*, Bash command (string) to execute on nodes. Using multiple ``-C`` statements will give the same result as using one with several commands separated by ``;`` (traditional Shell syntax), but for each ``-C`` statement a new SSH connection is established * ``-S