User Tools

Site Tools


sysadmin:ip_che_fanno_piu_traffico

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sysadmin:ip_che_fanno_piu_traffico [11/06/2017 06:33] – external edit 127.0.0.1sysadmin:ip_che_fanno_piu_traffico [20/12/2021 06:26] (current) lrosa
Line 1: Line 1:
 +====== IP che fanno più traffico in Apache======
 +
 +I 10 IP che fanno più traffico
 +
 +<code bash>awk '{a[[$1]] += $10} END {for (h in a) print h " " a[[h]]}' access_log | sort -k 2 -nr | head -10</code>
 + 
 +