Skip to main content




Jetfuel logo: Jetfuel is the Python Performance Profiler for Production

Python Performance Profiling for Production
~ It's About Time ~

Jetfuel is a performance profiler that can monitor the performance of your production Python, and makes results easy to aggregate and search through.

Jetfuel is designed for Purposeful Profiling. This means that you only use Jetfuel around code of interest, instead of dumping all code performance logs and mining it later.

Useful for Profiling:

  • 🌎 API performance
  • 🚀 CI/CD stage / granular performance
  • 💡 ML training & inference jobs
  • 📀 Database queries
  • 📊 Data pipelines / compute jobs

Bad performance has real world consequences, and is often a result of lack of visibility, even if you are logging it, if it's not be easy to get to, it will be ignored.


What gets measured gets managed!


Continuous Profiling

Dashboard


How does it work?

Jetfuel is very simple. The client simply times sections of your code, and batches / aggregates them before committing to the Jetfuel server. Updates are aggregated based on a configurable resolution (default 5s). This batching / aggregating behavior allows us to time ms/ns code without introducing much overhead.

Installation

pip install jetfuel
docker run -it -p 9000:9000 -v ${PWD}/data:/bin/jetfuel/data jetfuel/jetfuel

Demo

import jetfuel

jetfuel.init(url="http://localhost:9000")

jetfuel.demo()

Usage

  1. Start / Stop

    p = jetfuel.start("Foobar")
    pass
    p.stop()
    
  2. Profiler

    with jetfuel.Profiler("Foobar"):
        pass
    
  3. Function Decorator

    @jetfuel.profiler("Foobar")
    def ml_training():
        pass
    

Release files for jetfuel 0.0.15

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jetfuel 0.0.15
File Size Uploaded
jetfuel-0.0.15.tar.gz 485.7 kB Details

Release files / jetfuel-0.0.15.tar.gz

Download URL jetfuel-0.0.15.tar.gz
Size 485.7 kB
Tags Source
SHA-256 checksum
How to use checksums
ba4dab7c34ca3ddb82d423d5d3aa4bd836c0f9867d2c27b8c9c526a27ac103c5
BLAKE2b-256 checksum
How to use checksums
4ba035ba693e6ce39c503ab3504c7858657891c1c93efbb4a7ff3bcc5ab8c2dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release history Release notifications | RSS feed

This release

0.0.15 This release

1 release file

0.0.14

1 release file

0.0.13

1 release file

0.0.12

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page