py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command line of the python program you want to run. py-spy has three subcommands record, top and dump. py-spy supports recording profiles to a file using the record command. Top shows a live view of what functions are taking the most time in your python program, similar to the Unix top command.

Features

  • py-spy works on Linux, OSX, Windows and FreeBSD
  • Supports profiling all recent versions of the CPython interpreter
  • Prebuilt binary wheels can be installed from PyPI
  • py-spy can also display the current call stack for each python thread
  • Dump out the call stacks for each thread, and some other basic process info to the console
  • py-spy works by directly reading the memory of the python program

Project Samples

Project Activity

See All Activity >

Categories

Profiling

License

MIT License

Follow py-spy

py-spy Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of py-spy!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Programming Language

Rust

Related Categories

Rust Profiling Software

Registered

2021-08-06