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
|
2018-06-20 18:27:34 +01:00
|
|
|
measurements on Android and Linux devices. WA includes automation for nearly 40
|
2018-05-25 13:53:07 +01:00
|
|
|
workloads and supports some common instrumentation (ftrace, hwmon) along with a
|
|
|
|
number of output formats.
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-06-20 18:27:34 +01:00
|
|
|
WA 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.
|
2018-05-17 17:33:30 +01:00
|
|
|
|
2018-06-20 18:27:34 +01:00
|
|
|
WA is highly extensible. Most of the concrete functionality is
|
2018-05-17 17:33:30 +01:00
|
|
|
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
|
|
|
|
2018-06-20 18:27:34 +01:00
|
|
|
.. note:: To see the documentation of individual plugins please see the
|
|
|
|
:ref:`Plugin Reference <plugin-reference>`.
|
|
|
|
|
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
|
2018-06-20 17:43:52 +01:00
|
|
|
recommended you start with the :ref:`User Guide <user-guide>` page. This section also contains
|
2015-03-10 13:09:31 +00:00
|
|
|
installation and configuration guides.
|
|
|
|
|
|
|
|
.. toctree::
|
2018-01-19 10:49:56 +00:00
|
|
|
:maxdepth: 3
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-06-20 17:43:52 +01:00
|
|
|
user_information
|
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::
|
2018-06-20 17:43:52 +01:00
|
|
|
:maxdepth: 3
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-06-20 17:43:52 +01:00
|
|
|
developer_information
|
2015-03-10 13:09:31 +00:00
|
|
|
|
|
|
|
|
2018-06-26 15:13:11 +01:00
|
|
|
Plugin Reference
|
|
|
|
================
|
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-06-25 16:27:57 +01:00
|
|
|
API
|
|
|
|
===
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
api
|
|
|
|
|
2018-06-26 15:13:11 +01:00
|
|
|
Glossary
|
|
|
|
========
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
glossary
|
|
|
|
|
2018-06-20 17:43:52 +01:00
|
|
|
FAQ
|
|
|
|
====
|
2015-03-10 13:09:31 +00:00
|
|
|
|
2018-06-20 17:43:52 +01:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
faq
|