envoyproxy/envoy

perf: thread local stat caching

オープン

#509 opened on 2017/02/25

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/perfhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

Running Envoy on very high core count boxes is going to lead to atomic contention for counters and gauges. We should implement the option of doing thread local caching of the stats, and then flushing them to the central global representation.

コントリビューターガイド