ntopng/scripts/lua
Simone Mainardi 08622e8f18 Implements MySQL Top Talkers Retrieval and Visualization
Overal Top Talkers are retrieved with just one single
MySQL query and include both ipv4 and ipv4. Top talkers
can be visualized on a per-interface and per-host basis,
and can be sliced and diced.
2016-02-08 21:35:27 +01:00
..
admin Changed label 2016-01-29 19:03:37 +01:00
examples Initial import from SVN 2015-04-30 12:22:35 +02:00
inc Restores "License Expires in" badge for trial versions 2016-01-26 15:25:34 +01:00
modules Implements MySQL Top Talkers Retrieval and Visualization 2016-02-08 21:35:27 +01:00
protocols Initial import from SVN 2015-04-30 12:22:35 +02:00
about.lua Minor fixes 2016-01-04 23:11:58 +01:00
API.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
as_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
country_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
db.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
db_query.lua Reworks MySQL queries according to the new schema 2015-12-07 18:39:35 +01:00
do_export_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
export_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
find_host.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
flow_details.lua Merged e3fd639e1f 2016-01-29 09:39:44 +01:00
flow_stats.lua Added RTP protocol information to flow statistics 2015-11-08 00:42:07 +01:00
flows_stats.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
get_alerts_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_db_data.lua Implements efficient MySQL data retrieval in json format 2016-01-26 21:50:13 +01:00
get_db_flows.lua Formats raw bytes in historical flows tables (#325) 2015-12-29 11:03:38 +01:00
get_flow_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_flows_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_geo_hosts.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_grouped_hosts_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_historical_data.lua Implements MySQL Top Talkers Retrieval and Visualization 2016-02-08 21:35:27 +01:00
get_hitters_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_host_activitymap.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
get_host_categories.lua Re-added host category pie chart 2016-01-25 10:13:59 +01:00
get_host_contacts.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_host_daily_activity.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_host_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_host_traffic.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_hosts_data.lua Reworked flashstart categorization support (work in progress) 2016-01-01 20:05:58 +01:00
get_hosts_interaction.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_http_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
get_http_hosts_data.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
get_nbox_data.lua Code cleanup 2016-01-22 14:49:54 +01:00
get_process_info.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
get_processes_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_system_hosts_interaction.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_top_talkers.lua Removed -F sqlite: due to this the historical interface is not finally gone and it is now possible to move forward to properly re-implement it 2015-08-15 00:09:12 +02:00
get_treemap.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
get_user_info.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
host_category_stats.lua Re-added host category pie chart 2016-01-25 10:13:59 +01:00
host_details.lua Adds VLAN support to host_details_ndpi.lua (Fixes #351) 2016-01-28 18:40:37 +01:00
host_details_categories.lua Adds hints to enable historical RRDs for categories and protocols 2016-01-05 16:45:33 +01:00
host_details_ndpi.lua Adds VLAN support to host_details_ndpi.lua (Fixes #351) 2016-01-28 18:40:37 +01:00
host_dns_breakdown.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_get_json.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_http_breakdown.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_l4_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_pkt_distro.lua Fixes false positive XSS detection (#312) 2015-12-30 14:47:07 +01:00
host_sflow_distro.lua Fixes false positive XSS detection (#312) 2015-12-30 14:47:07 +01:00
host_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
host_top_peers_protocols.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
hosts_comparison.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
hosts_comparison_bubble.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
hosts_comparison_sankey.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
hosts_geomap.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
hosts_matrix.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
hosts_stats.lua Reworked flashstart categorization support (work in progress) 2016-01-01 20:05:58 +01:00
hosts_treemap.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
http_servers_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
if_pkt_distro.lua Fixes false positive XSS detection (#312) 2015-12-30 14:47:07 +01:00
if_stats.lua Removes a dummy table print 2016-02-07 17:35:32 +01:00
if_stats_ndpi.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_flows_sankey.lua Added check to see if it can help with https://github.com/ntop/ntopng/issues/63 2015-06-21 21:56:56 +02:00
iface_hosts_list.lua Adds Efficient Top Host Lists Retrieval (fixes #378) 2016-02-05 15:04:31 +01:00
iface_local_stats.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_ndpi_stats.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
iface_ports_list.lua Removed old API call 2015-12-27 19:09:14 +01:00
index.lua Partial rework of NetworkInterfaceView (work in progress) 2015-09-16 00:41:29 +02:00
login.lua Added LDAP authentication support (work in progress) 2016-01-28 16:01:35 +01:00
logout.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
mac_stats.lua fixed local MAC address conversion for issue #126 2015-09-01 23:48:56 +02:00
mesh_antenna_stats.lua The stats on mesh network traffic are shown (menu Hosts) only if mesh network traffic is monitored 2015-08-03 17:59:32 +02:00
network_details.lua Notifies nagios for non-configured alerts 2016-01-06 16:34:53 +01:00
network_load.lua Added tab pane for traffic profiles 2015-11-07 18:28:05 +01:00
network_stats.lua Removed old legacy code 2015-08-08 15:30:04 +02:00
os_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
page_not_found.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
pid_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
popKeys.lua Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster 2015-08-08 01:13:59 +02:00
port_details.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
processes_stats.lua Renamed old variables whose name changed a few days ago 2015-09-18 17:56:53 +02:00
resolve_address.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
set_active_interface.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
set_if_prefs.lua Manually merge of https://github.com/ntop/ntopng/pull/185 2015-09-29 00:46:45 +02:00
sflow_tree.lua Fixes false positive XSS detection (#312) 2015-12-30 14:47:07 +01:00
sflows_stats.lua Renamed some Ndpi -> nDPI API calls 2015-08-09 22:58:13 +02:00
show_alerts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
sprobe_flow_data.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_host_process.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_host_process_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
sprobe_hosts.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
sprobe_hosts_interactions.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
sprobe_hosts_interactions_data.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
system_hosts_interaction.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
test_snmp.lua Initial import from SVN 2015-04-30 12:22:35 +02:00
top_generic.lua Improves JSON data retrieval for historical top talkers 2016-02-02 19:06:53 +01:00
top_hosts.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
user_stats.lua Reworked hosts listing in order to avoid/limit out-of-memory issues 2015-12-27 18:55:50 +01:00
vlan_stats.lua Initial import from SVN 2015-04-30 12:22:35 +02:00