[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-relays] anyone else getting sync floods from russia?



On 2/20/21 2:25 AM, niftybunny wrote:
https://i.imgur.com/nDbaXqH.png <https://i.imgur.com/nDbaXqH.png>

https://i.imgur.com/Y5259wW.png <https://i.imgur.com/Y5259wW.png>
Yep, I do wonder if sth like

netstat --tcp -n -4 | perl -wane ' BEGIN { $Hist=(); } { next unless
(m/^tcp/); ($Remote) = split(/:/, $F[4]); $Hist{$Remote}++; } END {
foreach my $key (sort { $Hist{$b} <=> $Hist{$a} || $a cmp $b } keys
%Hist) { printf("%-15s %5i\n", $key, $Hist{$key}) } }' | head -n 40

would help in any case ?

--
Toralf
_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays