Digging and Tracing system for OpenStack
Go to file
Kun Huang 6a44daa26e support report html
* add a lin-chart mako
* support more on result command
* --html could report stdout instead pretty print

Change-Id: I8819cc8ac375b9ae2ad4d3055704e617b82799f4
2015-10-30 13:20:50 +08:00
devstack install data files and run tracers 2015-10-26 19:14:44 +08:00
doc fix unit test job and doc job 2015-10-25 09:23:31 +08:00
scalpels support report html 2015-10-30 13:20:50 +08:00
scripts rbt parse 2015-10-29 16:49:25 +08:00
tests add lock for task update 2015-10-29 12:04:04 +08:00
tools fake pep8 2015-10-25 01:05:32 +08:00
.gitignore add git ignore 2015-10-20 17:33:28 +08:00
.gitreview add gitreview 2015-10-23 19:49:46 +08:00
.testr.conf add tox-related stuff 2015-10-23 23:06:30 +08:00
LICENSE Initial commit 2015-09-16 14:20:51 +08:00
README.md fix intro in readme 2015-10-25 08:19:19 +08:00
requirements.txt support report html 2015-10-30 13:20:50 +08:00
setup.cfg add git ignore 2015-10-20 17:33:28 +08:00
setup.py add simple python framework 2015-10-20 15:39:06 +08:00
test-requirements.txt add tox-related stuff 2015-10-23 23:06:30 +08:00
tox.ini fix unit test job and doc job 2015-10-25 09:23:31 +08:00

Scalpels

Scalpels is distributed tracing or digging system for OpenStack.

Background

OpenStack is made of multiple Python-based projects. Each project has similiar but different architecture. Scalpels gathers useful scripts or 3rd tools to help operator find what happen in your cloud.

Contribute

This project is prototype now and under development. If you have interests in this work, please contact @kun_huang, at #openstack-chinese channel.

Ideas

Each project will have scripts working:

  • on python calls
  • on sql queries
  • on filesystem I/O
  • on RPC calls if need
  • on necessary system calls
  • on common system statistics