-- -- (C) 2013-24 - ntop.org -- require "check_redis_prefs" require "label_utils" local format_utils = require "format_utils" local network_formatter = {} -- ############################################## function network_formatter.network2record(ifId, network) local record = {} local throughput_type = getThroughputType() record["key"] = tostring(network["network_id"]) local network_link = ""..getFullLocalNetworkName(network["network_key"])..'' network_link = network_link .. ' ' network["host_score_ratio"] = ternary(network["num_hosts"] and network["num_hosts"]>0, math.floor((network["score"] or 0) / (network["num_hosts"] or 0)) , '') record["column_id"] = network_link record["column_score"] = format_utils.format_high_num_value_for_tables(network, "score") record["column_hosts"] = format_utils.format_high_num_value_for_tables(network, "num_hosts") record["column_alerted_flows"] = format_utils.format_high_num_value_for_tables(network["alerted_flows"], "total") record["column_host_score_ratio"] = format_utils.format_high_num_value_for_tables(network, "host_score_ratio") local sent2rcvd = round((network["bytes.sent"] * 100) / (network["bytes.sent"] + network["bytes.rcvd"]), 0) record["column_breakdown"] = "