/debian/control

https://bitbucket.org/lindenlab/apiary/ · #! · 20 lines · 19 code · 1 blank · 0 comment · 0 complexity · e52d2c8808827c882cc59f10a6dc1b03 MD5 · raw file

  1. Source: apiary
  2. Section: unknown
  3. Priority: extra
  4. Maintainer: Inoshiro Linden <apiary@lists.secondlife.com>
  5. Build-Depends: debhelper (>= 5)
  6. Standards-Version: 3.7.2
  7. XS-Python-Version: all
  8. Package: apiary
  9. Architecture: any
  10. Section: python
  11. Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-amqplib, python-mysqldb, rabbitmq-server (>= 1.7), python-simplejson
  12. XB-Python-Version: ${python:Versions}
  13. Description: A MySQL and HTTP performance measurement tool with a network capture/playback design.
  14. Apiary is a network performance measurement tool which currently
  15. targets MySQL and simple HTTP services. It provides a recording tool
  16. which records realistic traffic from a reference envrionment, and then
  17. a distributed playback tool which replays the recorded traffic from a
  18. cluster of clients. The playback has the same message order for a given
  19. recorded client connection and also approximates the same time deltas.