It is a good practice to run this app all the time in production environment? #135
Answered
by
cfc4n
blaisewang
asked this question in
Q&A
-
Hey, I am new to eBPF. I would like to run this app all the time with TLS or MySQL query sniff enabled for auditing. If the performance compromise is acceptable, what else should I take care of? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
cfc4n
Jul 15, 2022
Replies: 1 comment
-
Complete a performance test to make better decisions. And print event to console or logfile is not a best way. You can fork it , collect or upload events by yourself. For example, upload to ElasticSearch, prometheus, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blaisewang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complete a performance test to make better decisions.
And print event to console or logfile is not a best way. You can fork it , collect or upload events by yourself. For example, upload to ElasticSearch, prometheus, etc.