How to Retrieve Throughput Data

I would like to obtain the throughput values from the results of an RAN simulation in Simulation Mode 2.
How can I retrieve the throughput data?

After checking the script that retrieves throughput, I found that it refers to the following file:
fname_rates = ‘./src_be/components/common/throughput_v3_1.dat’

However, after checking this folder, I could not find throughput_v3_1.dat.

The throughput data is recorded in the telemetry database. You can access it via the examples/ran_metric.py script

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.