patrickmn / go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k stars 874 forks source link

How to measure cpu usage when cleanup is run ? #131

Open rvakash opened 4 years ago

rvakash commented 4 years ago

I am trying to use top but not really sure which process to look for

bokunodev commented 3 years ago

try pprof