Searched refs:total_by_ip (Results 1 - 1 of 1) sorted by relevance

/pkg/src/util/log-scripts/
H A Dan2_ip.py34 total_by_ip = {} variable
43 total_by_ip[x[1]] += int(x[0])
45 total_by_ip[x[1]] = int(x[0])
47 total_by_country = ip_to_country(total_by_ip)
52 report_by_ip(total_by_ip, "all non-filelist")

Completed in 1003 milliseconds