Upgrade to Pro — share decks privately, control downloads, hide ads and more …

アプリケーションパフォーマンスの計測と改善の方法を勉強している話

kumico
September 17, 2023

 アプリケーションパフォーマンスの計測と改善の方法を勉強している話

2023/08/25のフレッシュメンLT #0で発表した資料になります。
https://connpass.com/event/285559/

kumico

September 17, 2023
Tweet

Other Decks in Programming

Transcript

  1. Other tools • k6 ◦ シナリオを記述 ◦ 実際の利用状況に近い負荷を与えられる • perf

    ◦ Linuxのプロファイラ ◦ 超多機能。よりハードウェアに近いCPUの振る舞いを分析 できる
  2. package “net/http/pprof” https://pkg.go.dev/net/http/pprof Package pprof serves via its HTTP server

    runtime profiling data in the format expected by the pprof visualization tool.