Skip to content

Talk for Open Source Bridge on monitoring asynchronous applications

Notifications You must be signed in to change notification settings

boylea/monitoring_async_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring Asynchronous Applications

Demo application is in puppy_service.py

Charting app in monitor.py

presentation slides are async.rst

To run the demo:

Install Bokeh (which also installs Tornado):

$ pip install bokeh

Start the charting server:

$ bokeh serve --show montior.py

Start the app:

$ python puppy_service.py

Now send the app some traffic. e.g. via curl:

$ curl localhost:8888

or via apache bench:

$ ab -c 10 -n 800 "http://localhost:8888/"

To run the presentation:

Note that I have the presentation up on my blog

Install hovercraft:

$ pip install hovercraft

Run the presentation:

$ hovercraft async.rst

About

Talk for Open Source Bridge on monitoring asynchronous applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published