scalpels/README.rst
Kun Huang fa34d04420 mv readme.md to readme.rst
Change-Id: Id48b6403fea09d01dde030aec8e25437df967fa7
2015-11-11 09:14:17 +08:00

37 lines
1010 B
ReStructuredText

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.
Single Node Architecture
========================
This type of deployment is used as POC in OpenStack community CI.
.. image:: doc/source/images/allinone.png
:alt: All-in-One deployment
Multiple Node Architecture
==========================
This is under Designing:
.. image:: doc/source/images/multiple.png
:alt: Multiple deployment
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