YeonwooSung / DevOpsMisc

Miscellaneous codes and writings for DevOps
2 stars 0 forks source link

Performance visualization with flamegraphs #1

Open YeonwooSung opened 1 year ago

YeonwooSung commented 1 year ago

If you read Netflix's tech blog, you could easily find extremely useful articles that debugs the performance of the system with flamegraphs

ref1, ref2

It is definitely useful to learn how to use flamegraphs for performance debugging with various programming languages and frameworks

YeonwooSung commented 1 year ago

Pyflame is a python library for flamegraph (it heavily depends on the ptrace).

Also, seems like it is worth to see this reddit post.