Skip to main content

Blackfire Continuous Profiler

Project description

Blackfire Continuous Profiler for Python

Blackfire Continuous Profiler continuously collects and uploads profiling data to the Blackfire servers. Once enabled, the profiler collects the relevant profiling information in configurable intervals and periodically uploads it to the Blackfire Agent. Blackfire Agent then forwards this information to the backend.

How to use

Prerequisites

  • Python >= 3.7.0
  • Blackfire Agent >= 2.13.0

Installation

pip install blackfire_conprof

Example

An example using the whole API interface:

  1. Install dependencies
pip install blackfire_conprof
  1. Create example.py with the following code
from blackfire_conprof.profiler import Profiler

def foo():
    import time
    time.sleep(1.0)

profiler = Profiler(application_name="my-python-app", agent_socket="tcp://127.0.0.1:8307", labels={'my-extra-label': 'data'})
profiler.start()
foo()
profiler.stop()
  1. Run Blackfire Agent (version 2.13.0 and up)
BLACKFIRE_SOCKET="tcp://127.0.0.1:8307" blackfire agent --log-level=4
  1. Run the example application. (python example.py)
  2. Profiler will send data to the Agent, and Agent will forward it to the Blackfire backend. Data then can be visualized at https://blackfire.io

Contributing

Use make help to display an overview of useful commands for your dev environment.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

blackfire_conprof-0.1.3-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file blackfire_conprof-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: blackfire_conprof-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.9.6 requests/2.31.0 setuptools/45.2.0 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.8.10

File hashes

Hashes for blackfire_conprof-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0ae29fa440f737941f6b58f41c4485d820abd1d9d8585183ef7fef738d3c4621
MD5 b8d36aaff180e2ad46741df4559ecbaf
BLAKE2b-256 767b99c61e9135eb84745cf6c186eca1adb8e6547e5160ab808a84a3b2ce8a21

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page