Trace Analysis and Plotting
Project description
TRAPpy
TRAPpy (Trace Analysis and Plotting in Python) is a visualization tool to help analyze data generated on a device. It parses ftrace-like logs and creates in-memory data structures to be used for plotting and data analysis.
Installation
The following instructions are for Ubuntu 14.04 LTS but they should also work with Debian jessie. Older versions of Ubuntu or Debian (e.g. Ubuntu 12.04 or Debian wheezy) will likely require to install more packages from pip as the ones present in Ubuntu 12.04 or Debian wheezy will probably be too old.
Required dependencies
Install additional tools required for some tests and functionalities
$ sudo apt install trace-cmd kernelshark
Install the Python package manager
$ sudo apt install python-pip python-dev
Install required python packages
$ sudo apt install libfreetype6-dev libpng12-dev python-nose
$ sudo pip install numpy matplotlib pandas ipython[all]
Install TRAPpy
$ sudo pip install --upgrade trappy
Quickstart
Now launch the ipython notebook server:
$ ipython notebook
This should pop up a browser. If it doesn't, open a web browser and go to http://localhost:8888/tree/
In the doc/
folder there's a 00 - Quick start
which describes how to
run TRAPpy. Other notebooks in that directory describe other functions
of TRAPpy.
Documentation
API reference can be found in https://pythonhosted.org/TRAPpy/
For developers
Clone the repository
The code of the TRAPpy toolkit with all the supported tests and Notebooks can be cloned from the official GitHub repository with this command:
$ git clone https://github.com/ARM-software/trappy.git
Testing your installation
An easy way to test your installation is to use the nosetests
command from
TRAPpy's home directory:
$ nosetests
If the installation is correct all tests will succeed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file TRAPpy-6.0.1.tar.gz
.
File metadata
- Download URL: TRAPpy-6.0.1.tar.gz
- Upload date:
- Size: 134.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec4afc07accf2977c77ddeea493bd857c879ea3961144f9b4cb8803b7c00f4ce |
|
MD5 | 9d1c3fe21ee3a86cd7208cdf16d93b10 |
|
BLAKE2b-256 | 79250c381053fbabb1bf66af5e3f47f94084c76481811ff7383610fcfdc495ba |
File details
Details for the file TRAPpy-6.0.1-py3-none-any.whl
.
File metadata
- Download URL: TRAPpy-6.0.1-py3-none-any.whl
- Upload date:
- Size: 174.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37430cc41dc42fb77ed4872ab4a83f3bb0b3c27e644394c15b754ac4965e87d4 |
|
MD5 | a0877afda7abc4f9dcda613458bf1732 |
|
BLAKE2b-256 | 207b77ca6349265848e0d90ca91659322d4fe06320e6fe5e37c2078105be78ea |