We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added: Now we can see some logs with bpftool prog tracelog
bpftool prog tracelog
<...>-3051027 [000] d...1 2317308.111889: bpf_trace_printk: [KMESH] DEBUG: origin addr=[153706506:30755] <...>-3051027 [000] d...1 2317308.111897: bpf_trace_printk: [KMESH] DEBUG: bpf find frontend addr=[153706506:30755] <...>-3051034 [000] d...1 2317308.115448: bpf_trace_printk: [KMESH] DEBUG: origin addr=[1310744586:30755] <...>-3051034 [000] d...1 2317308.115455: bpf_trace_printk: [KMESH] DEBUG: bpf find frontend addr=[1310744586:30755] python-3051034 [000] d...1 2317308.119152: bpf_trace_printk: [KMESH] DEBUG: origin addr=[4104478730:30755] python-3051034 [000] d...1 2317308.119163: bpf_trace_printk: [KMESH] DEBUG: bpf find frontend addr=[4104478730:30755] python-3051034 [000] d...1 2317308.119165: bpf_trace_printk: [KMESH] DEBUG: origin addr=[1856135178:41018] python-3051034 [000] d...1 2317308.119166: bpf_trace_printk: [KMESH] DEBUG: bpf find frontend addr=[1856135178:41018]
And the ip and port both not well formatted, we can convert to the host order and print it like original dst addr=[10.96.41.9:9080]
original dst addr=[10.96.41.9:9080]
Why is this needed:
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
bfforever
Successfully merging a pull request may close this issue.
What would you like to be added:
Now we can see some logs with
bpftool prog tracelog
And the ip and port both not well formatted, we can convert to the host order and print it like
original dst addr=[10.96.41.9:9080]
Why is this needed:
The text was updated successfully, but these errors were encountered: