Skip to main content

Python3 fork of dowser library

Project description

Overview
========

This is a Python3 fork of dowser library.

Original repo: https://github.com/Infinidat/dowser


Usage
-----

To quickly start-up a CherryPy-based server:

from dowser.utils import launch_memory_usage_server
launch_memory_usage_server()


If you want to integrate dowser in your existing CherryPy app:

from dowser import Root
class ExistingCherryPyApp(object):
dowser = Root()
dowser.exposed = True
trace = dowser.trace
chart = dowser.chart

This will bind `/dowser`, `/trace` and `/chart` to the dowser CherryPy app

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dowser-py3-0.2.1.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

dowser_py3-0.2.1-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page