require "lua_utils" function historicalTopTalkersTable(ifid, epoch_begin, epoch_end, host) local top_talkers_url_params="" top_talkers_url_params = top_talkers_url_params.."&epoch_start="..epoch_begin top_talkers_url_params = top_talkers_url_params.."&epoch_end="..epoch_end if host and host ~= "" then top_talkers_url_params = top_talkers_url_params.."&peer1="..host end local preference = tablePreferences("rows_number",_GET["perPage"]) local sort_order = getDefaultTableSortOrder("historical_stats_top_talkers") local sort_column= getDefaultTableSort("historical_stats_top_talkers") if not sort_column or sort_column == "column_" then sort_column = "column_bytes" end print[[