Digging and Tracing system for OpenStack
Go to file
2015-10-23 04:56:29 +08:00
scalpels read data from subprocess, but it's bad for shell scripts 2015-10-23 04:56:29 +08:00
scripts read data from subprocess, but it's bad for shell scripts 2015-10-23 04:56:29 +08:00
tools now we could run: sca start -a xx -a yy -f tools/agents.json 2015-10-22 11:02:31 +08:00
.gitignore add git ignore 2015-10-20 17:33:28 +08:00
LICENSE Initial commit 2015-09-16 14:20:51 +08:00
README.md Update README.md 2015-10-20 15:19:05 +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

Scalpels

This is a project on digging OpenStack for performance or complecated issues.

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 'quick' 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