albe19029
albe19029
For now as I see most of the problems still don't fixed. At least RssBytes and AvailableBytes. Is there is a chance that this bug will be fixed?
Can I ask one more question. Is yum required in your image? The problem is that python 3.6 is rather old and has a lot of security vulnerabilities. And I...
[Cves.csv](https://github.com/draios/sysdig/files/14918743/Cves.csv) Will leave CVE report here just to understand what I am talking about. I apologize in advance if I am too annoying.
In my ticket I only mean to skip events for the process who called scap_open as in our case we don't need information about ourselves.
It is normal that 2 sysdig processes will see each other. But we need a way to skip events for process for himself.
It is normal also to filter events by process comm name. In this case sysdig will not see events on other sysdig. But it is normal also.
As I can see for kmod driver we have consumer_id (task_struct) where we can get PID. And when pushing events to consumer ring buffer it can be checked that PIDs...
For bpf as I understand map is per load. struct bpf_map_def SEC("maps") exclude_comm = { .type = BPF_MAP_TYPE_ARRAY, .key_size = sizeof(u32), .value_size = 16, .max_entries = 1, }; So map...
Is there are something we can help in this process? As skipping process which run scap_open reduce a lot of code and CPU for us. Thanks a lot.
/remove-lifecycle stale