# Brendan Gregg
システムパフォーマンス分野の第一人者。DTrace・flame graph・BPF パフォーマンスツール群の作者として知られる。2017 年当時 Netflix のパフォーマンスエンジニア、その後 Intel でシステムパフォーマンスアーキテクト。
## 主な貢献
- **Flame Graph(フレームグラフ)**: CPU プロファイルを可視化する手法。業界標準ツールになった。
- **DTrace / dtrace**: Solaris 由来のダイナミックトレーシングフレームワーク。macOS・FreeBSD にも移植。
- **BPF Performance Tools**: Linux BPF(eBPF)を使ったパフォーマンス観測ツール群の設計・実装。
- **「CPU Utilization is Wrong」(2017)**: %CPU の誤解を IPC で正す古典的エッセイ([[@2017__brendangregg.com__CPU Utilization is Wrong]])。
## 著書
- *Systems Performance: Enterprise and the Cloud*(1st ed. 2013, 2nd ed. 2020)
- *BPF Performance Tools*(2019)
## 関連
- 出典: [[@2017__brendangregg.com__CPU Utilization is Wrong]]
- 概念: [[CPU利用率]] / [[Instructions Per Cycle]] / [[ハードウェアカウンタ]] / [[BPF]] / [[DTrace]] / [[継続的プロファイリング]]