Coder Social home page Coder Social logo

devopspp / pyliveupdate Goto Github PK

View Code? Open in Web Editor NEW
63.0 5.0 9.0 152 KB

A runtime python code manipulation framework for profiling, debugging and bugfixing

License: GNU General Public License v3.0

Python 78.34% Makefile 0.08% Perl 21.58%
python zero-downtime monkey-patching profiling debugging patching instrumentation

pyliveupdate's People

Contributors

evonx avatar huanghc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pyliveupdate's Issues

Register module bug

The profile module is quite helpful, but the Redefine module has something wrong. For example, if I run a server code located at "/TechTry/pyliveupdate/examples/test.py" and patcher code located at "/TechTry/pyliveupdate/examples/my_patcher.py", both "python my_patcher.py" in bash and patch("my_patcher.py" in ocntroller will have error:
from TechTry.pyliveupdate.examples.test import whoami
ModuleNotFoundError: No module named 'TechTry'
It seems the module process dir as module, and this error disappear when I move them to ~.

Who's using pyupdate?

Who's using pyupdate?

Thanks sincerely for constantly using and supporting this project.
Please comment in this issue if you are using pyupdate!!

Format example:

  • Company: xxx
  • Contact: xxx
  • Purpose: trouble-shoot production issues

Feature: time-based charts

Flamegraphs are great, and useful, and shouldn't go away.

But consider a program that spends a lot of time in some init code, and then spends its time in something else etc. What is 'hot' changes over time.

Another way of plotting is with time on the x axis. This can look like this: https://williame.github.io/post/35134924139.html

I don't do much python profiling any more, but have done similar tooling for the languages I am working in now. I find it complements flamegraphs nicely, and that's why I mention it here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.