how to save gnb trace result #539
-
Beta Was this translation helpful? Give feedback.
Answered by
pgawlowicz
Apr 4, 2024
Replies: 1 comment 9 replies
-
please use:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Zplusless,
you need to enable the following:
Unfortunately, the metrics are not saved to a file but sent over UDP socket. You can receive it with python and write to file. Check the example python UDP receiver:
metric_receiver.py.txt