https://github.com/bbengfort/orca-analysis
Analysis utilities for Orca databases
https://github.com/bbengfort/orca-analysis
Last synced: about 1 year ago
JSON representation
Analysis utilities for Orca databases
- Host: GitHub
- URL: https://github.com/bbengfort/orca-analysis
- Owner: bbengfort
- License: mit
- Created: 2016-10-31T19:58:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T14:41:46.000Z (over 9 years ago)
- Last Synced: 2025-02-08T17:28:21.487Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orca Analysis
[](https://flic.kr/p/6dV2wi)
**Analysis utilities for Orca databases**
Provides console utilities to manage orca generated sqlite databases and to aggregate and analyze them. Additionally the application supports a web application that can be locally run to provide interactive analysis of an orca database file. This is not intended for production deployment, but rather effective analysis of orca latency experiment results.
## Getting Started
By default, the orca commands operate on a database stored at `~/.orca/orca.db`. You can modify this and other settings by copying the `keiko-example.yml` file to `~/.orca/keiko.yml` and modifying the configuration. Additionally, you can pass in arguments to the command line for dynamic analysis.
## Basic Usage
To get a text report of the current state of the orca database:
$ python3 keiko.py info path/to/orca.db
To run the local web server for interactive analysis:
$ python3 keiko.py serve path/to/orca.db
Note that in both those commands, if the path to the database is ommited, the app will look in `~/.orca/orca.db` for the database.