William Findlay
William Findlay
> > path_chown > > right, I see that too.. it's because of the kuid_t type being throught struct: > > ``` > typedef struct { > uid_t val; >...
@bitvijays I added automatic LSM probe loading to bcc in https://github.com/iovisor/bcc/pull/2979. All you need to do now is just use the `LSM_PROBE(hook, [arguments...])` syntax in your BPF program. The probe...
@olsajiri Any updates on this? Would be quite interested in having LSM support in newer builds of bpftrace.
Thanks for the high-level explanation, that helps quite a lot. :)
Hey @prateek041, thanks for your interest in the project! Let me take a little time to come up with a more concrete list of requirements and I'll follow up here...
@prateek041 Here's a rough answer for the above questions to get you started. 1. Let's say for now we're interested in verifying that some simple error metrics are zero. A...
Bonus points if we can identify which pod(s) fail the checks in multi-node clusters. Could be useful for debugging a failed test.
I don't think we want to write new tests (yet). Rather I want to add these metrics checks to the existing tests.
> I am trying to understand how should I filter out the metrics that the user wants from all the metrics being exposed at /metrics path. There are a couple...
Hey @prateek041, just checking in. Any progress updates or questions from your side?