skaes / logjam_core

the engine which powers the logjam application
GNU General Public License v3.0
56 stars 7 forks source link

show slow requests based on total time minus wait time #56

Open chazsconi opened 9 years ago

chazsconi commented 9 years ago

I have a configuration using a Rails app with Passenger. When Passenger gets blocked by some slow requests, I can easily see the impact on subsequent requests as they have a high wait time. I can also find these subsequent requests by selecting the "Time" drop down and selecting wait time.

However it is not so easy to find the original slow requests that blocked Passenger. To do this I would like to be able to find all slow requests based on their total time in Rails, i.e. Total time minus wait time.

As you previously mentioned, one way to achieve this, would be to add a new data point for (total_time-wait_time), which would not be a "stacked" value, similar to gc_time.