scoutapp / scout_apm_ruby

ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks

Home Page:https://scoutapm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the number of memory bloats of a request actually the mem usage of the process?

rockotseng opened this issue · comments

Hi
I am analyzing the memory bloats issue from our Scout APM report.
I look into the codebase of this gem and realize that memory usage is actually the delta of the process.
So the number of memory bloats is actually the delta of my entire web server if my web server is running a single process?