facebook / CacheLib

Pluggable in-process caching engine to build and scale high performance services

Home Page:https://www.cachelib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profiling cachelib hotspots

anirbannag opened this issue · comments

How can we profile cachelib for hotspots? Since the application is spawning both server and client threads, how to know which thread to profile? Some test configs also have multiple reader-writer server threads, so in that case how to know which are server threads?

you can try to use Intel VTune. It will provide you with insights about each particular thread.