[metrics] Fixed csv header for srsenb

This commit is contained in:
AlaiaL 2021-02-26 15:19:20 +01:00 committed by Andre Puschmann
parent 723c56051e
commit 13fdbd9e0f
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ void metrics_csv::set_metrics(const enb_metrics_t& metrics, const uint32_t perio
{
if (file.is_open() && enb != NULL) {
if (n_reports == 0) {
file << "time;nof_ue;dl_brate;ul_brate"
file << "time;nof_ue;dl_brate;ul_brate;"
"proc_rmem;proc_rmem_kB;proc_vmem;proc_vmem_kB;sys_mem;proc_cpu;thread_count\n";
}