sid-agrawal / OSmosis

1 stars 0 forks source link

RSI: Enhance with Access Patterns #31

Open sid-agrawal opened 3 months ago

sid-agrawal commented 3 months ago

Adopt RSI to capture access pattern?

Enhance RSI if there is intra-PD interaction via that resource.

I'm not sure what the formula for that might be.

If we want to keep numerical values to RSI, we need to devise an app-agnostic way of measuring how often the app is using the resource. For memory resources, something like PEBS could be used.

We could track resources provided by PDs in real-time.

However, an RSI value could change over time just based on access patterns, and I'm not sure how we will reason about that.