Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many dropped system calls events due to page faults #917

Closed
Amojow opened this issue Nov 5, 2019 · 4 comments
Closed

Many dropped system calls events due to page faults #917

Amojow opened this issue Nov 5, 2019 · 4 comments
Labels
kind/bug triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@Amojow
Copy link

Amojow commented Nov 5, 2019

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
@Amojow Amojow added the kind/bug label Nov 5, 2019
@fntlnz
Copy link
Contributor

fntlnz commented Nov 5, 2019

HI @Amojow thanks for taking the time to open this!

0.18.0 was a big release, can you test this out with 0.18.0 and report back first?

@fntlnz
Copy link
Contributor

fntlnz commented Nov 5, 2019

/triage needs-information

@poiana poiana added the triage/needs-information Indicates an issue needs more information in order to work on it. label Nov 5, 2019
@Amojow
Copy link
Author

Amojow commented Nov 6, 2019

Oh yes with the new version i don't have dropped syscall events anymore.
Thank you for your fast answer.

@Amojow Amojow closed this as completed Nov 6, 2019
@fntlnz
Copy link
Contributor

fntlnz commented Nov 25, 2019

Thanks for confirming @Amojow !

@leogr leogr mentioned this issue Sep 16, 2020
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants