-
Notifications
You must be signed in to change notification settings - Fork 0
infrae/infrae.scales
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============= infrae.scales ============= Middleware to collect statistics about HTTP requests and memory usage. Example, in your paster configuration:: [filter:scales] use = egg:infrae.scales publisher_signature = ++stats++ name = silva scales_smi = .*\+\+rest\+\+ scales_resources = .*\+\+static\+\+ Configuration options ===================== Those configuration options are usable inside paster configuration file. ``name`` Prefix used to host statics. ``publisher_signature`` URL prefix on which the statics will be accessible. Option started with ``scales_`` Prefix used to define statics prefixes. Any URL matching the given regular expression will have its statics collected under this prefix. If no given prefixes is match, the statics will be collected under the ``default`` prefix. Code repository =============== You can find the code of this extension in Git: https://github.com/infrae/infrae.scales
About
WSGI middleware for scales and memory debugging
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published