[metrics] Fixed csv header for srsenb

master
AlaiaL 4 years ago committed by Andre Puschmann
parent 723c56051e
commit 13fdbd9e0f

@ -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 (file.is_open() && enb != NULL) {
if (n_reports == 0) { 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"; "proc_rmem;proc_rmem_kB;proc_vmem;proc_vmem_kB;sys_mem;proc_cpu;thread_count\n";
} }

Loading…
Cancel
Save