Skip to content

我想要进一步减少kindling-collector运行时所占用的cpu跟内存 #601

Answered by dxsup
zcl1115 asked this question in agent collector
Discussion options

You must be logged in to vote

想要继续降低CPU跟内存,可能需要过滤一些进程的事件了,过滤方法为在配置文件中的process_filter部分增加进程comm

process_filter:
  # the length of a comm should be no more than 16
  comms:
  - "kindling-collec"
  - "containerd"
  - "dockerd"
  - "containerd-shim"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zcl1115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants