lp:~coreygoldberg/+junk/sso-web-probe

Created by Corey Goldberg and last modified

===============================
SSO Web Probe - synthetic transactions
===============================

* runs synthetic web transactions (http) against SSO
* transaction: invoke -> login -> logout
* collects and graphs response times
* RRD (round-robin database) data storage
* generates .png images of response time stats
* run this script at regular intervals with a task/job scheduler
* requires: python 2.x, rrdtool, python-mechanize

View README:
* http://bazaar.launchpad.net/~coreygoldberg/+junk/sso-web-probe/view/head:/README

Screenshots
* http://goldb.org/repos/sso-web-probe/screenshots/hour.png
* http://goldb.org/repos/sso-web-probe/screenshots/day.png
* http://goldb.org/repos/sso-web-probe/screenshots/hour_day_week.png

-----------------
Instructions
-----------------

* configure the script settings in sso_web_probe.py:

  * HOST
  * USERNAME
  * PASSWORD
  * UPDATE_INTERVAL
  * GRAPH_MINS
  * OUTPUT_DIR

* add an entry to your crontab. (crontab -e)
  example crontab entry using a 60 sec (1 min) interval:
    */1 * * * * /path/to/sso-web-probe/sso_web_probe.py

Get this branch:
bzr branch lp:~coreygoldberg/+junk/sso-web-probe
Only Corey Goldberg can upload to this branch. If you are Corey Goldberg please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Corey Goldberg
Status:
Development

Recent revisions

10. By Corey Goldberg

updated sreenshot

9. By Corey Goldberg

added assertions

8. By Corey Goldberg

added screenshots

7. By Corey Goldberg

cleanup

6. By Corey Goldberg

cleanup

5. By Corey Goldberg

added mechanize to readme

4. By Corey Goldberg

added README and updates

3. By Corey Goldberg

restructured repo

2. By Corey Goldberg

initial import

1. By Corey Goldberg

create repo

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers