stackimpact-python icon indicating copy to clipboard operation
stackimpact-python copied to clipboard

DEPRECATED StackImpact Python Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, exceptions, metrics, and more

Results 7 stackimpact-python issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine README.md, README.rst. 2. Search for `previousely`. # Expected Behaviour 1. Should read `previously`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md...

My app is django+gunicorn+gevent. In gunicorn, it runs 9 processes. I insert stackimpact.start() in settings.py. My app can start and data is coming as well. However, when I run command...

Enabling debug, shows > CPU profiler is only supported on Linux and OS X. which is the main thing I would expect from a profiler... So maybe add a warning...

For development we use some boxes with Windows. Currently trying to include start agent on Windows produces self-explaining error ` File "...\stackimpact\agent.py", line 113, in start register_signal(signal.SIGUSR2, _signal_handler) AttributeError: module...

archlinux python 3.6 x64 self._socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self._socket.connect((address, port)) self._socket.setblocking(1) ..... etc etc all works fine as soon as i add right at the top of the script agent...

## Problem Since adding the StackImpact agent to a Tornado/asyncio application, we started seeing `BufferError`s like this: ``` BufferError: Existing exports of data: object cannot be re-sized File "tornado/web.py", line...

I use a daemon to run my app (something like [that](https://web.archive.org/web/20160305151936/http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/)), and it seems it is not really working. I first tried to initiate stackimpact at the top of my...