Metadata-Version: 2.1
Name: arvos
Version: 1.0.4
Summary: Arvos Command Line Helper
Author: Ayoub ED-DAFALI
Author-email: ayoub.eddafali@elastisys.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: docker
Requires-Dist: mako

Arvos Utility Tool
=====================

CLI tool for running arvos.

Requirements
--------------------------

1. Python 3.9 and pip  installed
2. Docker installed
3. Debugfs mounted ( sudo mount -t debugfs debugfs /sys/kernel/debug )


How to install
------------------

::

    $ pip install arvos


Usage
------

The following command will build an application image ( based on jdk 17 ) from the specified jar, run it, and run the tracer app for a period of 2 minutes.

::

    $ arvos --jar target/application.jar --trace-period 2 --pom pom.xml --verbose


You can check the logs of the tracer application by running :

::

    $ docker logs -f tracer

Supported platforms
---------------------

Only Linux is supported.










