Nathan Scott

Results 309 comments of Nathan Scott

@wcohen we use a vendored libbpf/bpftool in PCP, code below vendor/github.com/libbpf (@stanfordcox was most recent person to update this IIRC, he may have more details for you).

@kmcdonell I think this may be the kind of situation Mark added the vuser metric for? Might be as simple as just changing over to that metric here to match...

@christianhorn that is a good point. In the past there's been discussions about making pmlogger able to write different formats, so this would indeed be an alternative. From an implementation...

Also related: https://github.com/dennis-tra/pcp/issues/17

@pierre-rouleau thanks, I've updated those pages. Building from source is indeed the only way at present.

Last handful of small things @fberat ... amdgpu_fetch() ``` if (refresher_list[cluster][item] == NULL) continue; ``` We have a check that 'cluster' is within range, does 'item' need a similar check...

@webcaptcha are you using the default sampling interval (1.5s) or something more frequent? Looks like you have over 2000 processes running there - visiting each in /proc does take a...

> @natoscott there is an error `chown failed: failed to look up user redis` in ci tests, please take a look Will do. I have limited time currently, with CVEs,...