djangosampler 0.6.0
djangosampler is a Django app that allows you to sample a percentage of your queries (SQL, Mongo, etc) and view the ones that are taking up the most time. The queries are grouped together by where they originated from in your...
djangosampler is a Django app that allows you to sample a percentage of your queries (SQL, Mongo, etc) and view the ones that are taking up the most time. The queries are grouped together by where they originated from in your...
monner is a tool that allows you to monitor the CPU, memory and network usage when running a program.Output is tab-separated for easy loading into spreadsheet programs.InstallationInstall from pypi:pip install monnerInstall from source:python setup.py...