Replies: 1 comment
-
and the other test , there is a http post api, compared running DeepFlow-agent to not running in the test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
deepflow version: v6.2.6
kerne version: 5.15.72
k8s version: v1.18.19
deploy deepflow in k8s cluster, We have found a performance degradation in the programs within the cluster, including delays, QPS, and mainly some HTTP services and consumer mq tasks. Performance has decreased by about 40%.
Then I did a simple test, starting an http api and testing it with ab tools
demo code:
client test eg:
ab -n 2000 -c 10 http://k8s-ip:nodeport/get_num?num=22
no deepflow-agent result:
deeoflow-agent running:
It looks like qps has decreased by 25%. I know deepflow-agent uses ebpf technology
so I would like to confirm whether deepflow-agent will affect the linux kernel network forwarding performance or CPU performance of programs between clusters. For example, cpu scheduling and network forwarding
Beta Was this translation helpful? Give feedback.
All reactions