Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fearless-spider/pyramid_profiler
https://github.com/fearless-spider/pyramid_profiler
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fearless-spider/pyramid_profiler
- Owner: fearless-spider
- License: bsd-3-clause
- Created: 2021-10-25T20:32:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T16:22:44.000Z (over 2 years ago)
- Last Synced: 2024-10-04T21:55:33.083Z (about 1 month ago)
- Language: Python
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyramid Profiler - not ready yet
Pyramid_profiler measures endpoints defined in your pyramid application; and provides you fine-grained report through a web interface.
It gives answers to these questions:
* Where are the bottlenecks in my application?
* Which endpoints are the slowest in my application?
* Which are the most frequently called endpoints?
* What causes my slow endpoints? In which context, with what args and kwargs are they slow?
* How much time did a specific request take?In short, if you are curious about what your endpoints are doing and what requests they are receiving, give a try to pyramid_profiler.
With pyramid_profiler's web interface, you can monitor all your endpoints' performance and investigate endpoints and received requests by drilling down through filters.
## Quick Start
It is easy to understand pyramid_profiler going through an example. Let's dive in.
### Install pyramid_profiler by pip.
pip install pyramid_profiler
...
## Contributing
Contributions are welcome!
Review the Contributing Guidelines for details on how to:
* Submit issues
* Add solutions to existing challenges
* Add new challenges## Authors
* Przemysław Pająk
## License
BSD 3