Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

task: allow start pprof at runtime by unix signal #372

Merged
merged 19 commits into from
Jun 30, 2020

Commits on Jun 22, 2020

  1. task: allow start pprof at runtime by unix sig

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    95e0b46 View commit details
    Browse the repository at this point in the history
  2. utils: fix CI, and test dynamic port allocate

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    32238c0 View commit details
    Browse the repository at this point in the history
  3. utils: fix a mis-used lock

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    6adf392 View commit details
    Browse the repository at this point in the history
  4. tests: use SimpleHTTPServer instead of nc

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    94d9800 View commit details
    Browse the repository at this point in the history
  5. tests: remove test dynamic port

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e1ccd47 View commit details
    Browse the repository at this point in the history
  6. tests: give CI more time

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    94fde6d View commit details
    Browse the repository at this point in the history
  7. tests: add retry on bind pprof address

    yujuncen committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c34d62c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. utils: use OS assigned port insteadof fixed port

    yujuncen committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4d90b51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pingcap/br into dynamic-p…

    …prof
    yujuncen committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    33da87a View commit details
    Browse the repository at this point in the history
  3. utils: start pprof at 0.0.0.0:0

    yujuncen committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    57f563e View commit details
    Browse the repository at this point in the history
  4. utils: remove unused variables

    yujuncen committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a3764d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. *: apply some suggestions from code review

    - start pprof by import for side-effect
    - change the dynamic pprof hint to DEBUG level
    - check whther pprof started outside the pprof gorotuine
    yujuncen committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    31a266f View commit details
    Browse the repository at this point in the history
  2. tests: use pkill instead of kill to send signal

    yujuncen committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5915b08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ccc46 View commit details
    Browse the repository at this point in the history
  4. utils: print log after success to listen TCP addr

    yujuncen committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    7667d07 View commit details
    Browse the repository at this point in the history
  5. utils: don't log dynamic pprof enabled log

    yujuncen committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    8ed5ff6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dynamic-pprof' of https://github.com/Yujuncen/br into d…

    …ynamic-pprof
    yujuncen committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    dd48c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    0ba47be View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Update pkg/utils/pprof.go

    Co-authored-by: kennytm <kennytm@gmail.com>
    YuJuncen and kennytm authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a11a0f4 View commit details
    Browse the repository at this point in the history