2018-01-19 10:49:56 +00:00
|
|
|
.. Workload Automation 3 documentation master file,
|
2018-05-18 10:03:20 +01:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
================================================
|
2015-03-10 13:09:31 +00:00
|
|
|
Welcome to Documentation for Workload Automation
|
|
|
|
================================================
|
|
|
|
|
2018-05-17 17:33:30 +01:00
|
|
|
Workload Automation (WA) is a framework for executing workloads and collecting
|
|
|
|
measurements on Android and Linux devices. WA includes automation for nearly 30
|
|
|
|
workloads, some common instrumentation (ftrace, hwmon). A number of output
|
|
|
|
formats are supported.
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-05-17 17:33:30 +01:00
|
|
|
Workload Automation is designed primarily as a developer tool/framework to
|
|
|
|
facilitate data driven development by providing a method of collecting
|
|
|
|
measurements from a device in a repeatable way.
|
|
|
|
|
|
|
|
Workload Automation is highly extensible. Most of the concrete functionality is
|
|
|
|
implemented via :ref:`plug-ins <plugin-reference>`, and it is easy to
|
|
|
|
:ref:`write new plug-ins <writing-plugins>` to support new device types,
|
|
|
|
workloads, instruments or output processing.
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
.. contents:: Contents
|
|
|
|
|
|
|
|
|
|
|
|
What's New
|
2018-01-19 10:49:56 +00:00
|
|
|
==========
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
changes
|
2018-01-19 10:49:56 +00:00
|
|
|
migration_guide
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
User Information
|
|
|
|
================
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
This section lists general usage documentation. If you're new to WA3, it is
|
|
|
|
recommended you start with the :doc:`user_guide` page. This section also contains
|
2015-03-10 13:09:31 +00:00
|
|
|
installation and configuration guides.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
installation
|
2018-01-19 10:49:56 +00:00
|
|
|
user_guide
|
|
|
|
user_reference
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
How To Guides
|
|
|
|
===============
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2018-01-19 10:49:56 +00:00
|
|
|
:maxdepth: 3
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
how_to
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
FAQ
|
|
|
|
====
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
faq
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
.. _in-depth:
|
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
Developer Information
|
|
|
|
=====================
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
This section contains more advanced topics, such how to write your own Plugins
|
2015-03-10 13:09:31 +00:00
|
|
|
and detailed descriptions of how WA functions under the hood.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
developer_reference
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
References
|
|
|
|
==========
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
plugins
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
.. Indices and tables
|
|
|
|
.. ==================
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-01-19 10:49:56 +00:00
|
|
|
.. .. * :ref:`genindex`
|
|
|
|
.. .. * :ref:`modindex`
|
|
|
|
.. * :ref:`search`
|