andrewrk / poop

Performance Optimizer Observation Platform
MIT License
788 stars 50 forks source link

detect and report outliers (#6) #16

Closed candrewlee14 closed 1 year ago

candrewlee14 commented 1 year ago

image Resolves #6

Also fixes the median statistic, which I believe was taking the middle item of an unsorted list of samples (instead of sorted).

andrewrk commented 1 year ago

looks great.

btw why sudo being used here?

candrewlee14 commented 1 year ago

When I don't run with sudo, I get this error: thread 918174 panic: unable to open perf event: PermissionDenied

andrewrk commented 1 year ago

aha, that's interesting. you should be able to run a simple command to toggle the setting and allow users to view perf events without root. I filed this related issue: #17