跳转到主要内容

MongoDB性能分析工具

项目描述

用于在Flask / Werkzeug上对MongoDB进行性能分析的工具

Python Package Documentation Status Build Status Code Coverage License

安装

$ pip install --user flask-mongo-profiler

示例

# inside of a virtualenv
$ pip install flask-mongo-profiler

$ pip install -r requirements/contrib.txt
$ cd examples/flask_todo

# With debugger
$ env FLASK_ENV=develoment flask run

# Without
$ flask run

# Load pages, go to http://localhost:5000/admin/

项目详情

Python支持

2.7, >= 3.5, pypy, pypy3

数据库支持

pymongo 3.7+, MongoEngine 0.15+ (可选)

Web支持

Werkzeug 0.14+, Flask 1.0+ (可选)

源代码

https://github.com/peergradeio/flask-mongo-profiler

文档

https://flask-mongo-profiler.readthedocs.io

API

https://flask-mongo-profiler.readthedocs.io/en/latest/api.html

变更日志

https://flask-mongo-profiler.readthedocs.io/en/latest/history.html

问题

https://github.com/peergradeio/flask-mongo-profiler/issues

Travis

http://travis-ci.org/peergradeio/flask-mongo-profiler

测试覆盖率

https://codecov.io/gh/peergradeio/flask-mongo-profiler

pypi

https://pypi.python.org/pypi/flask-mongo-profiler

Open Hub

https://www.openhub.net/p/flask-mongo-profiler

许可

MIT.

git仓库

$ git clone https://github.com/peergradeio/flask-mongo-profiler.git

安装稳定版

$ pip install --user flask-mongo-profiler

安装开发版

$ git clone https://github.com/peergradeio/flask-mongo-profiler.git
$ cd ./flask-mongo-profiler
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -e .

测试

$ make test

项目详情


下载文件

下载适用于您的平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

flask-mongo-profiler-0.5.0a3.post0.tar.gz (19.2 kB 查看哈希值)

上传时间 源代码

由以下支持