You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I have a huge amount of dropped syscall events due to page faults (n_drops_pf).
{"output":"Falco internal: syscall event drop. 922 system calls dropped in last second.","output_fields":{"ebpf_enabled":"0","n_drops":"922","n_drops_buffer":"0","n_drops_bug":"0","n_drops_pf":"922","n_evts":"6318"},"priority":"Critical","rule":"Falco internal: syscall event drop","time":"2019-11-05T16:23:05.614728412Z"}
{"output":"Falco internal: syscall event drop. 2088 system calls dropped in last second.","output_fields":{"ebpf_enabled":"0","n_drops":"2088","n_drops_buffer":"4","n_drops_bug":"0","n_drops_pf":"2084","n_evts":"13384"},"priority":"Critical","rule":"Falco internal: syscall event drop","time":"2019-11-05T16:23:34.840496811Z"}
What you expected to happen:
I expect to have only the dropped syscall events due to the full buffer (n_drops_buffer), or at least reduce the number of dropped syscall events due to page faults "n_drops_pf".
How to reproduce it (as minimally and precisely as possible):
Deploy the helm chart falco with k8s events enabled
Enable json output to see the kinds of dropped syscalls events
Anything else we need to know?:
Environment:
My cluster is composed by 1 master and 3 nodes.
I have 4 VM :
OS : Centos 7
Kernel : 5.3.8-1.el7.elrepo.x86_64
Falco is deployed with the helm chart "falco-1.0.9" :
Versions :
Falco 0.17.1
Docker 19.03.4
Kubernetes 1.14
The text was updated successfully, but these errors were encountered:
What happened:
I have a huge amount of dropped syscall events due to page faults (n_drops_pf).
What you expected to happen:
I expect to have only the dropped syscall events due to the full buffer (n_drops_buffer), or at least reduce the number of dropped syscall events due to page faults "n_drops_pf".
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
My cluster is composed by 1 master and 3 nodes.
I have 4 VM :
Falco is deployed with the helm chart "falco-1.0.9" :
Versions :
The text was updated successfully, but these errors were encountered: