microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Add a metric that would help us identify if a VM/Fuzzing process was coming under memory pressure. #3352

Open mgreisen opened 1 year ago

mgreisen commented 1 year ago

Sometimes we've seen fuzzers get OOM's and we don't find out until later. Sometimes the virtual memory on a VM may not be enough.

It would be helpful to have a small set of perf counters that could tell us when there is memory pressure.

AB#162956

tevoinea commented 1 year ago

We should look into using the existing perf metrics provided by azure to get at available memory.