Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] http,server: add query count and request times in logs #25022

Closed

Commits on Jun 25, 2018

  1. [IMP] http,server: add query count and request times in logs

    When there is a performance issue, it's sometimes difficult to discover
    which request increased the query count or its duration.
    
    With this commit, the query count, the system time, the user time and
    the real time are displayed in the logs at the end of each werkzeug
    request line.
    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    ad148a5 View commit details
    Browse the repository at this point in the history
  2. m

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d2f3f73 View commit details
    Browse the repository at this point in the history
  3. m

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    98b14df View commit details
    Browse the repository at this point in the history
  4. m

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8cc3fb1 View commit details
    Browse the repository at this point in the history
  5. m

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    bd7c69a View commit details
    Browse the repository at this point in the history
  6. horrible monkey patch to test

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    6424c57 View commit details
    Browse the repository at this point in the history
  7. Another horrible monkey

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    cf52e13 View commit details
    Browse the repository at this point in the history
  8. query count at request

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d957e62 View commit details
    Browse the repository at this point in the history
  9. Minimizong log format

    query_count/sys time/user time/elapsed time
    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3b560be View commit details
    Browse the repository at this point in the history
  10. m

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    940d6b6 View commit details
    Browse the repository at this point in the history
  11. use time.perf_counter

    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    56a2a33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77a6843 View commit details
    Browse the repository at this point in the history
  13. Revert "add a perf counter on the cursor"

    Does not work
    This reverts commit 77a6843.
    d-fence committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    1ba1d4d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Heritage XDO

    d-fence committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    4046ab1 View commit details
    Browse the repository at this point in the history